From bed34d061488504539f4a633c23a2f3e829aba70 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 7 May 2012 12:25:48 +0000 Subject: [PATCH] Geography : wrong autozoom when we click on the map. svn: r19462 --- src/plugins/lib/maps/geography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/maps/geography.py b/src/plugins/lib/maps/geography.py index 7a6f31406..6381c70ac 100644 --- a/src/plugins/lib/maps/geography.py +++ b/src/plugins/lib/maps/geography.py @@ -827,9 +827,9 @@ class GeoGraphyView(osmGpsMap, NavigationView): config.get("geography.zoom") ) else: self._autozoom() - self.end_selection = None self.save_center(self.latit, self.longt) config.set("geography.zoom",self.osm.props.zoom) + self.end_selection = None def _get_father_and_mother_name(self, event): """