Change links to Global scope

This commit is contained in:
WandererFan
2017-09-21 18:03:52 -04:00
committed by Yorik van Havre
parent 310fdab492
commit 6d032f1bcf
10 changed files with 20 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ public:
DrawViewArch(void);
virtual ~DrawViewArch();
App::PropertyLink Source;
App::PropertyLinkGlobal Source;
App::PropertyBool AllOn;
App::PropertyEnumeration RenderMode; // "Wireframe","Solid"
App::PropertyBool ShowHidden;