LinkScope clean up

This commit is contained in:
WandererFan
2017-12-31 14:54:05 +01:00
committed by wmayer
parent e163ae1746
commit 76373b2c6a
10 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ DrawViewMulti::DrawViewMulti()
//properties that affect Geometry
ADD_PROPERTY_TYPE(Sources ,(0),group,App::Prop_None,"3D Shapes to view");
Sources.setScope(App::LinkScope::Global);
//Source is replaced by Sources in Multi
Source.setStatus(App::Property::ReadOnly,true);
Source.setStatus(App::Property::Hidden,true);