Set Suppressed false if no shape

This commit is contained in:
Florian Foinant-Willig
2024-01-28 22:07:32 +01:00
committed by Adrián Insaurralde Avalos
parent 4d929d3301
commit 86e75037d9

View File

@@ -72,7 +72,8 @@ App::DocumentObjectExecReturn* Feature::recompute()
}
}
catch (Base::Exception& e) {
//invalid BaseShape, do nothing here but recompute below
//invalid BaseShape
Suppressed.setValue(false);
}
return DocumentObject::recompute();