Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[TD]hide uneditable properties for DPGI
  • Loading branch information
WandererFan committed Oct 27, 2019
1 parent 6e6fdb8 commit a8ee33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/TechDraw/App/DrawProjGroupItem.cpp
Expand Up @@ -69,9 +69,9 @@ DrawProjGroupItem::DrawProjGroupItem(void)
//projection group controls these
// Direction.setStatus(App::Property::ReadOnly,true);
// RotationVector.setStatus(App::Property::ReadOnly,true);
Scale.setStatus(App::Property::ReadOnly,true);
ScaleType.setValue("Custom");
ScaleType.setStatus(App::Property::ReadOnly,true);
Scale.setStatus(App::Property::Hidden,true);
ScaleType.setStatus(App::Property::Hidden,true);
}

DrawProjGroupItem::~DrawProjGroupItem()
Expand Down

0 comments on commit a8ee33a

Please sign in to comment.