/[svn]/qsampler/trunk/src/qsamplerOptions.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2846 by capela, Thu Oct 1 15:43:03 2015 UTC revision 2847 by capela, Thu Oct 1 18:22:23 2015 UTC
# Line 369  void Options::loadWidgetGeometry ( QWidg Line 369  void Options::loadWidgetGeometry ( QWidg
369  {  {
370          // Try to restore old form window positioning.          // Try to restore old form window positioning.
371          if (pWidget) {          if (pWidget) {
372                  if (bVisible) pWidget->show(); // Force initial exposure!          //      if (bVisible) pWidget->show(); -- force initial exposure?
373                  m_settings.beginGroup("/Geometry/" + pWidget->objectName());                  m_settings.beginGroup("/Geometry/" + pWidget->objectName());
374          #if QT_VERSION >= 0x050000          #if QT_VERSION >= 0x050000
375                  const QByteArray& geometry                  const QByteArray& geometry

Legend:
Removed from v.2846  
changed lines
  Added in v.2847

  ViewVC Help
Powered by ViewVC