Hide Caption property where not applicable

This commit is contained in:
wandererfan
2019-06-01 10:20:25 -04:00
committed by WandererFan
parent ec12ffae0c
commit fd3d6d8091
4 changed files with 8 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ DrawLeaderLine::DrawLeaderLine(void)
Scale.setStatus(App::Property::Hidden,true);
Rotation.setStatus(App::Property::ReadOnly,true);
Rotation.setStatus(App::Property::Hidden,true);
Caption.setStatus(App::Property::Hidden,true);
//generally, lines/leaders are not meant to move around.
LockPosition.setValue(true);