Skip to content

Commit

Permalink
fix for #838
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7677 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 28, 2007
1 parent 7462275 commit 14c3711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsmeasuredialog.cpp
Expand Up @@ -170,6 +170,7 @@ void QgsMeasureDialog::restorePosition()
resize(ww,wh);
move(wx,wy);
// setUpdatesEnabled(true);
updateUi();
this->show();
}

Expand Down

0 comments on commit 14c3711

Please sign in to comment.