Skip to content

Commit

Permalink
update map extent (as suggested by smizuno in #1314)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9331 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 15, 2008
1 parent 70ed162 commit deab773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -820,6 +820,7 @@ void QgsMapCanvas::resizeEvent( QResizeEvent * e )

updateScale();
refresh();
emit extentsChanged();
}
isAlreadyIn = false;
} // resizeEvent
Expand Down

0 comments on commit deab773

Please sign in to comment.