Bug 474209 - [Property] View impossible to set a Viewpoint
- set the property viewpoint of a view to readonly
Change-Id: I0b11a7466ab49f864b914e22bc549bd0702ad9ed
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
diff --git a/gui/org.eclipse.papyrus.sysml14.ui/resources/properties/ui/SingleView.xwt b/gui/org.eclipse.papyrus.sysml14.ui/resources/properties/ui/SingleView.xwt
index 1579d73..b896303 100644
--- a/gui/org.eclipse.papyrus.sysml14.ui/resources/properties/ui/SingleView.xwt
+++ b/gui/org.eclipse.papyrus.sysml14.ui/resources/properties/ui/SingleView.xwt
@@ -23,6 +23,6 @@
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<ppe:ReferenceDialog input="{Binding}"
- property="SysML:ModelElements:View:viewPoint"></ppe:ReferenceDialog>
+ property="SysML:ModelElements:View:viewPoint" readOnly="true"></ppe:ReferenceDialog>
</Composite>
</Composite>
\ No newline at end of file