Fix "still touched after recompute" and display

This commit is contained in:
WandererFan
2017-12-03 19:17:53 -02:00
committed by Yorik van Havre
parent 95cc7a900b
commit 5bc256d3f2
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -109,8 +109,7 @@ App::DocumentObjectExecReturn *DrawHatch::execute(void)
{
DrawViewPart* parent = getSourceView();
if (parent) {
parent->touch();
parent->recomputeFeature();
parent->requestPaint();
}
return App::DocumentObject::StdReturn;
}