Fixed issue #468. Tape 'Save As' should save a file without read only state.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2016-06-07 09:28:59 +03:00
parent 780700829b
commit b2f3affb34
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
- [#491] Valentina doesn't update fractional separator.
- [#492] Valentina crashes when add an increment.
- [#493] Error in seam allowance drawing.
- [#468] Error - Tape 'Save As' should set 'Read Only' to false.
# Version 0.4.4 April 12, 2016
- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.

View file

@ -646,6 +646,7 @@ void TMainWindow::FileSaveAs()
}
}
ReadOnly(false);
QString error;
bool result = SaveMeasurements(fileName, error);
if (result == false)