Set Suppressed false if no shape
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
4d929d3301
commit
86e75037d9
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user