--- qsampler/trunk/src/qsamplerOptions.cpp 2017/01/02 12:12:11 3066 +++ qsampler/trunk/src/qsamplerOptions.cpp 2017/01/02 15:31:47 3067 @@ -1,8 +1,8 @@ // qsamplerOptions.cpp // /**************************************************************************** - Copyright (C) 2004-2016, rncbc aka Rui Nuno Capela. All rights reserved. - Copyright (C) 2007,2015 Christian Schoenebeck + Copyright (C) 2004-2017, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2007,2008,2015 Christian Schoenebeck This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -379,7 +379,6 @@ = m_settings.value("/geometry").toByteArray(); if (!geometry.isEmpty()) pWidget->restoreGeometry(geometry); - else #else//--LOAD_OLD_GEOMETRY QPoint wpos; QSize wsize; @@ -391,9 +390,9 @@ pWidget->move(wpos); if (wsize.width() > 0 && wsize.height() > 0) pWidget->resize(wsize); - else #endif - pWidget->adjustSize(); + // else + // pWidget->adjustSize(); if (!bVisible) bVisible = m_settings.value("/visible", false).toBool(); if (bVisible) @@ -591,3 +590,4 @@ // end of qsamplerOptions.cpp +