Skip to content

Commit

Permalink
fix #1226 (applied patch from groom, thanks)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9419 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 28, 2008
1 parent ab8d19a commit cea709c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/qgsmeasuredialog.cpp
Expand Up @@ -155,7 +155,6 @@ void QgsMeasureDialog::restorePosition()
wh = settings.value( "/Windows/Measure/h", 200 ).toInt();
resize( width(), wh );
updateUi();
this->show();
}

void QgsMeasureDialog::saveWindowLocation()
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsmeasuredialog.h
Expand Up @@ -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
Expand Down

0 comments on commit cea709c

Please sign in to comment.