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);