KeepLabel Property to Gui side

This commit is contained in:
WandererFan
2018-02-13 14:51:58 -05:00
parent 2ec68ac393
commit 6fa92cb188
5 changed files with 15 additions and 6 deletions

View File

@@ -84,9 +84,7 @@ DrawView::DrawView(void)
ADD_PROPERTY_TYPE(Scale ,(1.0),group,App::Prop_None,"Scale factor of the view");
Scale.setConstraints(&scaleRange);
ADD_PROPERTY_TYPE(KeepLabel ,(false),fgroup,App::Prop_None,"Keep Label on Page even if toggled off");
ADD_PROPERTY_TYPE(Caption ,(""),fgroup,App::Prop_None,"Short text about the view");
}
DrawView::~DrawView()