diff --git a/ChangeLog.txt b/ChangeLog.txt index d7a26962d..b3bfae95d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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. 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("");