--- gigedit/trunk/src/gigedit/Settings.cpp 2016/05/18 08:56:18 2917 +++ gigedit/trunk/src/gigedit/Settings.cpp 2016/05/18 10:10:25 2918 @@ -76,6 +76,7 @@ warnUserOnExtensions(*this, GLOBAL, "warnUserOnExtensions", true), syncSamplerInstrumentSelection(*this, GLOBAL, "syncSamplerInstrumentSelection", true), moveRootNoteWithRegionMoved(*this, GLOBAL, "moveRootNoteWithRegionMoved", true), + autoRestoreWindowDimension(*this, GLOBAL, "autoRestoreWindowDimension", false), mainWindowX(*this, MAIN_WINDOW, "x", -1), mainWindowY(*this, MAIN_WINDOW, "y", -1), mainWindowW(*this, MAIN_WINDOW, "w", -1), @@ -117,6 +118,7 @@ m_boolProps.push_back(&warnUserOnExtensions); m_boolProps.push_back(&syncSamplerInstrumentSelection); m_boolProps.push_back(&moveRootNoteWithRegionMoved); + m_boolProps.push_back(&autoRestoreWindowDimension); m_intProps.push_back(&mainWindowX); m_intProps.push_back(&mainWindowY); m_intProps.push_back(&mainWindowW);