PartDesign: hide Suppressed property with FC_USE_TNP_FIX flag
This commit is contained in:
committed by
Chris Hennes
parent
6786fed067
commit
5690eb8c75
@@ -61,7 +61,9 @@ Feature::Feature()
|
||||
BaseFeature.setStatus(App::Property::Hidden, true);
|
||||
|
||||
App::SuppressibleExtension::initExtension(this);
|
||||
Suppressed.setStatus(App::Property::Status::Hidden, true); //Todo: remove when TNP fixed
|
||||
#ifndef FC_USE_TNP_FIX
|
||||
Suppressed.setStatus(App::Property::Status::Hidden, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
App::DocumentObjectExecReturn* Feature::recompute()
|
||||
|
||||
Reference in New Issue
Block a user