From 3914f11bab65dba2f6555f4ca84887bcbd754065 Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Thu, 5 May 2016 18:01:05 +0300 Subject: [PATCH 1/2] 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(""); From 5a573945e03bc43058f9114842382db5be019c4d Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Thu, 5 May 2016 20:24:48 +0300 Subject: [PATCH 2/2] Updated changelog. --HG-- branch : develop --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) 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.