After clear main window set arrow tool.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-25 15:55:48 +03:00
parent 00b0f4ec31
commit 870fcd973c

View File

@ -1385,7 +1385,7 @@ void MainWindow::Clear()
doc->clear();
sceneDraw->clear();
sceneDetails->clear();
CancelTool();
ArrowTool();
comboBoxDraws->clear();
ui->actionOptionDraw->setEnabled(false);
ui->actionSave->setEnabled(false);