Skip to content

Commit deab773

Browse files
author
mhugent
committed
update map extent (as suggested by smizuno in #1314)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9331 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 70ed162 commit deab773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsmapcanvas.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ void QgsMapCanvas::resizeEvent( QResizeEvent * e )
820820

821821
updateScale();
822822
refresh();
823+
emit extentsChanged();
823824
}
824825
isAlreadyIn = false;
825826
} // resizeEvent

0 commit comments

Comments
 (0)