mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
fix #1226 (applied patch from groom, thanks)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9419 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
241baa15fc
commit
2cc1e69a36
@ -155,7 +155,6 @@ void QgsMeasureDialog::restorePosition()
|
||||
wh = settings.value( "/Windows/Measure/h", 200 ).toInt();
|
||||
resize( width(), wh );
|
||||
updateUi();
|
||||
this->show();
|
||||
}
|
||||
|
||||
void QgsMeasureDialog::saveWindowLocation()
|
||||
|
@ -36,7 +36,7 @@ class QgsMeasureDialog : public QDialog, private Ui::QgsMeasureBase
|
||||
//! 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user