]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.ontology/graph/DiagramPreferences.pgraph
Change L0.Value => L0.Property to fix variable exceptions
[simantics/platform.git] / bundles / org.simantics.diagram.ontology / graph / DiagramPreferences.pgraph
index f2ca8227f305fe20cd9b9b1642931b671edbafe3..9daa3b737500dd60e02de01fcd8ab20ffc7a8f87 100644 (file)
@@ -7,7 +7,7 @@ DIA = <http://www.simantics.org/Diagram-2.2>
 DIA.HasPageDescription <R L0.HasProperty : L0.FunctionalRelation
     --> DIA.PageDescription
 
-DIA.PageDescription <T L0.Value
+DIA.PageDescription <T L0.Property
     @L0.singleProperty DIA.PageDescription.Size
     @L0.singleProperty DIA.PageDescription.Orientation
     @L0.singleProperty DIA.PageDescription.Margins
@@ -61,7 +61,7 @@ DIA.NavigationEnabled <R L0.HasProperty
 
 DIA.HasEditorState <R L0.HasProperty : L0.FunctionalRelation
     <-- DIA.Diagram
-    --> DIA.EditorState <T L0.Value
+    --> DIA.EditorState <T L0.Property
         >-- DIA.EditorState.ViewTransform --> G2D.Transform <R L0.HasProperty : L0.FunctionalRelation
             L0.HasDescription "For storing the current view transformation of a diagram editor." 
         >-- DIA.EditorState.Selection --> DIA.Element <R L0.IsRelatedTo