From 870fcd973c9bc5e6587f4907b2f3663f2f1042d0 Mon Sep 17 00:00:00 2001 From: dismine Date: Sat, 25 Oct 2014 15:55:48 +0300 Subject: [PATCH] After clear main window set arrow tool. --HG-- branch : develop --- src/app/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index 14ca5fe3a..789ca1259 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -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);