Fix handling of orphan objects during Page delete

This commit is contained in:
wandererfan
2019-04-25 14:53:52 -04:00
committed by WandererFan
parent a0250a7be3
commit 408ac94416
3 changed files with 25 additions and 11 deletions

View File

@@ -91,6 +91,7 @@ DrawView::~DrawView()
App::DocumentObjectExecReturn *DrawView::execute(void)
{
// Base::Console().Message("DV::execute() - %s\n",getNameInDocument());
handleXYLock();
requestPaint();
return App::DocumentObject::execute();