Resolved issue #435. Valentina doesn't change the cursor
--HG-- branch : develop
This commit is contained in:
parent
5f7c250415
commit
3914f11bab
|
@ -1957,6 +1957,8 @@ void MainWindow::ArrowTool()
|
||||||
|
|
||||||
ui->view->AllowRubberBand(true);
|
ui->view->AllowRubberBand(true);
|
||||||
|
|
||||||
|
RestoreOverrideCursor(cursorArrowCloseHand);
|
||||||
|
RestoreOverrideCursor(cursorArrowOpenHand);
|
||||||
QCursor cur(Qt::ArrowCursor);
|
QCursor cur(Qt::ArrowCursor);
|
||||||
ui->view->setCursor(cur);
|
ui->view->setCursor(cur);
|
||||||
helpLabel->setText("");
|
helpLabel->setText("");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user