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

@@ -118,6 +118,7 @@ DrawViewDimension::DrawViewDimension(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);
measurement = new Measure::Measurement();
//TODO: should have better initial datumLabel position than (0,0) in the DVP?? something closer to the object being measured?