Fixed bug. Tape app saved default size value in wrong place.

(grafted from 25b8894231625632bc23776cb7fc59ac30a462cd)

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-07-24 20:59:38 +03:00
parent ea4301ea3f
commit ecb62110cb
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
- [#719] Valentina crashes when unite pieces. - [#719] Valentina crashes when unite pieces.
- Fixed Valentina crash. Used way to avoid Qt's bug QTBUG-61213. - Fixed Valentina crash. Used way to avoid Qt's bug QTBUG-61213.
- Fixed behaviour on Windows. Valentina asks about synchronization measurements twice. - Fixed behaviour on Windows. Valentina asks about synchronization measurements twice.
- Fixed bug. Tape app saved default size value in wrong place.
# Version 0.5.0 May 9, 2017 # Version 0.5.0 May 9, 2017
- [#581] User can now filter input lists by keyword in function wizard. - [#581] User can now filter input lists by keyword in function wizard.

View File

@ -36,7 +36,7 @@
const QString settingDataBaseGeometry = QStringLiteral("database/geometry"); const QString settingDataBaseGeometry = QStringLiteral("database/geometry");
const QString settingDefHeight = QStringLiteral("gradation/defHeight"); const QString settingDefHeight = QStringLiteral("gradation/defHeight");
const QString settingDefSize = QStringLiteral("gradation/defHeight"); const QString settingDefSize = QStringLiteral("gradation/defSize");
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
VTapeSettings::VTapeSettings(Format format, Scope scope, const QString &organization, const QString &application, VTapeSettings::VTapeSettings(Format format, Scope scope, const QString &organization, const QString &application,