Fixed issue #468. Tape 'Save As' should save a file without read only state.
--HG-- branch : release
This commit is contained in:
parent
780700829b
commit
b2f3affb34
|
@ -5,6 +5,7 @@
|
||||||
- [#491] Valentina doesn't update fractional separator.
|
- [#491] Valentina doesn't update fractional separator.
|
||||||
- [#492] Valentina crashes when add an increment.
|
- [#492] Valentina crashes when add an increment.
|
||||||
- [#493] Error in seam allowance drawing.
|
- [#493] Error in seam allowance drawing.
|
||||||
|
- [#468] Error - Tape 'Save As' should set 'Read Only' to false.
|
||||||
|
|
||||||
# Version 0.4.4 April 12, 2016
|
# Version 0.4.4 April 12, 2016
|
||||||
- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.
|
- Updated measurement templates with all measurements. Added new template Aldrich/Women measurements.
|
||||||
|
|
|
@ -646,6 +646,7 @@ void TMainWindow::FileSaveAs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ReadOnly(false);
|
||||||
QString error;
|
QString error;
|
||||||
bool result = SaveMeasurements(fileName, error);
|
bool result = SaveMeasurements(fileName, error);
|
||||||
if (result == false)
|
if (result == false)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user