[QGIS Commit] r9419 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Sep 28 14:49:39 EDT 2008
Author: jef
Date: 2008-09-28 14:49:39 -0400 (Sun, 28 Sep 2008)
New Revision: 9419
Modified:
trunk/qgis/src/app/qgsmeasuredialog.cpp
trunk/qgis/src/app/qgsmeasuredialog.h
Log:
fix #1226 (applied patch from groom, thanks)
Modified: trunk/qgis/src/app/qgsmeasuredialog.cpp
===================================================================
--- trunk/qgis/src/app/qgsmeasuredialog.cpp 2008-09-28 18:37:35 UTC (rev 9418)
+++ trunk/qgis/src/app/qgsmeasuredialog.cpp 2008-09-28 18:49:39 UTC (rev 9419)
@@ -155,7 +155,6 @@
wh = settings.value( "/Windows/Measure/h", 200 ).toInt();
resize( width(), wh );
updateUi();
- this->show();
}
void QgsMeasureDialog::saveWindowLocation()
Modified: trunk/qgis/src/app/qgsmeasuredialog.h
===================================================================
--- trunk/qgis/src/app/qgsmeasuredialog.h 2008-09-28 18:37:35 UTC (rev 9418)
+++ trunk/qgis/src/app/qgsmeasuredialog.h 2008-09-28 18:49:39 UTC (rev 9419)
@@ -36,7 +36,7 @@
//! Save position
void saveWindowLocation( void );
- //! Restore last window position/size and show the window
+ //! Restore last window position/size
void restorePosition( void );
//! Add new point
More information about the QGIS-commit
mailing list