diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 27c5f65b4..0de027b65 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -1957,6 +1957,8 @@ void MainWindow::ArrowTool() ui->view->AllowRubberBand(true); + RestoreOverrideCursor(cursorArrowCloseHand); + RestoreOverrideCursor(cursorArrowOpenHand); QCursor cur(Qt::ArrowCursor); ui->view->setCursor(cur); helpLabel->setText("");