diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 9c6bf5433..49990325b 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -720,6 +720,7 @@ void MainWindow::ClosedDialogWithApply(int result, VMainGraphicsScene *scene) } ArrowTool(true); ui->view->itemClicked(vtool);// Don't check for nullptr here + vtool->setFocus(); // If insert not to the end of file call lite parse if (doc->getCursor() > 0) {