Resolved issue #435. Valentina doesn't change the cursor

--HG--
branch : develop
This commit is contained in:
Valentina Zhuravska 2016-05-05 18:01:05 +03:00
parent 5f7c250415
commit 3914f11bab

View file

@ -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("");