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

@@ -113,7 +113,8 @@ App::DocumentObjectExecReturn *DrawViewSpreadsheet::execute(void)
return new App::DocumentObjectExecReturn("Empty cell value");
Symbol.setValue(getSheetImage());
requestPaint();
return TechDraw::DrawView::execute();
}