We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e83fd33 commit a630e4aCopy full SHA for a630e4a
src/gui/qgsmapcanvas.cpp
@@ -589,6 +589,8 @@ void QgsMapCanvas::zoomToPreviousExtent()
589
// update controls' enabled state
590
emit zoomLastStatusChanged( mLastExtentIndex > 0 );
591
emit zoomNextStatusChanged( mLastExtentIndex < mLastExtent.size() - 1 );
592
+ // notify canvas items of change
593
+ updateCanvasItemPositions();
594
}
595
596
} // zoomToPreviousExtent
@@ -611,6 +613,8 @@ void QgsMapCanvas::zoomToNextExtent()
611
613
612
614
615
616
617
618
619
}// zoomToNextExtent
620
0 commit comments