Merge.
--HG-- branch : develop
This commit is contained in:
commit
288b8dbca6
|
@ -19,6 +19,10 @@
|
||||||
- New icon for VAL file. Updated Tape logo. Updated ico for standard measurements.
|
- New icon for VAL file. Updated Tape logo. Updated ico for standard measurements.
|
||||||
- [#325] Check pattern for inverse compatibility.
|
- [#325] Check pattern for inverse compatibility.
|
||||||
- [#385] Add 'Open Recent' option in Tape.exe, 'File' dropdown menu.
|
- [#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
|
# Version 0.4.4
|
||||||
- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.
|
- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.
|
||||||
|
|
|
@ -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