Skip to content

Commit

Permalink
Hide nonGui Property ShowFrames
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jun 4, 2019
1 parent 5cea2f8 commit 0117bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/TechDraw/Gui/ViewProviderPage.cpp
Expand Up @@ -84,11 +84,11 @@ ViewProviderPage::ViewProviderPage()
m_pageName("")
{
sPixmap = "TechDraw_Tree_Page";
static const char *group = "Frames";
static const char *group = "Base";

ADD_PROPERTY_TYPE(ShowFrames ,(true),group,App::Prop_None,"Show or hide View frames and Labels on this Page");
ADD_PROPERTY_TYPE(ShowFrames ,(true),group,App::Prop_None,"NonGui! Show or hide View frames and Labels on this Page");

ShowFrames.setStatus(App::Property::ReadOnly,true);
ShowFrames.setStatus(App::Property::Hidden,true);
Visibility.setStatus(App::Property::Hidden,true);
DisplayMode.setStatus(App::Property::Hidden,true);
}
Expand Down

0 comments on commit 0117bcd

Please sign in to comment.