Skip to content

Commit cea709c

Browse files

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎src/app/qgsmeasuredialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ void QgsMeasureDialog::restorePosition()
155155
wh = settings.value( "/Windows/Measure/h", 200 ).toInt();
156156
resize( width(), wh );
157157
updateUi();
158-
this->show();
159158
}
160159

161160
void QgsMeasureDialog::saveWindowLocation()

‎src/app/qgsmeasuredialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class QgsMeasureDialog : public QDialog, private Ui::QgsMeasureBase
3636
//! Save position
3737
void saveWindowLocation( void );
3838

39-
//! Restore last window position/size and show the window
39+
//! Restore last window position/size
4040
void restorePosition( void );
4141

4242
//! Add new point

0 commit comments

Comments
 (0)
Please sign in to comment.