fixes 0003410: 0.17 Regression: recompute will make parts lose color and take a longer delay compared to FC0.16
This commit is contained in:
@@ -121,6 +121,14 @@ FeatureTest::~FeatureTest()
|
||||
|
||||
}
|
||||
|
||||
short FeatureTest::mustExecute(void) const
|
||||
{
|
||||
if (isTouched())
|
||||
return 1;
|
||||
|
||||
return DocumentObject::mustExecute();
|
||||
}
|
||||
|
||||
DocumentObjectExecReturn *FeatureTest::execute(void)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user