PartDesign: hide Suppressed property with FC_USE_TNP_FIX flag

This commit is contained in:
Florian Foinant-Willig
2024-05-17 22:15:18 +02:00
committed by Chris Hennes
parent 6786fed067
commit 5690eb8c75

View File

@@ -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()