mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-10 00:09:28 -05:00
QgsMapCanvas::zoomToFullExtent In 3.18 these methods changed their meaning from the "full extent of all layers visible in the canvas" to "the full extent of the associated project". These are actually two different, equally valid use cases, so disambiguate by adding new explicit methods projectExtent() and zoomToProjectExtent(), and revert fullExtent() and zoomToFullExtent() to their pre-3.18 behavior. Fixes #43303