--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-05-07 11:55:49 +03:00
commit 288b8dbca6
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,10 @@
- New icon for VAL file. Updated Tape logo. Updated ico for standard measurements.
- [#325] Check pattern for inverse compatibility.
- [#385] Add 'Open Recent' option in Tape.exe, 'File' dropdown menu.
- [#471] Add a 'Show/Hide' button for measurement diagram in Tape
- [#478] Rename 'Print preview tiled' to 'Preview Tiled PDF'
- [#473] Tape 'Preferences' cause loss of focus
- [#435] Valentina doesn't change the cursor
# Version 0.4.4
- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.

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