git-svn-id: http://svn.osgeo.org/qgis/trunk@7677 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2007-11-28 20:03:25 +00:00
parent 7462275cbb
commit 14c37115d7

View File

@ -170,6 +170,7 @@ void QgsMeasureDialog::restorePosition()
resize(ww,wh);
move(wx,wy);
// setUpdatesEnabled(true);
updateUi();
this->show();
}