From 3914f11bab65dba2f6555f4ca84887bcbd754065 Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Thu, 5 May 2016 18:01:05 +0300 Subject: [PATCH] Resolved issue #435. Valentina doesn't change the cursor --HG-- branch : develop --- src/app/valentina/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) 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("");