Add requestPaint formerly in DrawView::execute

This commit is contained in:
WandererFan
2017-08-31 11:29:28 -04:00
committed by wmayer
parent bba800af1d
commit e94dce3906
5 changed files with 8 additions and 9 deletions

View File

@@ -120,7 +120,8 @@ QRectF DrawViewAnnotation::getRect() const
}
App::DocumentObjectExecReturn *DrawViewAnnotation::execute(void)
{
{
requestPaint();
return TechDraw::DrawView::execute();
}