From 8e11d1bd64d6f2891956f8d76836e349dcf026b2 Mon Sep 17 00:00:00 2001 From: noirauds Date: Wed, 18 Feb 2015 09:30:27 +0100 Subject: [PATCH] geographie: 7149 : Views into Geography should not always use the last option set by the user --- gramps/plugins/lib/maps/geography.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/plugins/lib/maps/geography.py b/gramps/plugins/lib/maps/geography.py index eeac38522..d3b131a50 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -201,6 +201,7 @@ class GeoGraphyView(OsmGps, NavigationView): self.uistate.clear_filter_results() self.end_selection = None self.osm.grab_focus() + self.set_crosshair(config.get("geography.show_cross")) def do_size_request(self, requisition): """ @@ -244,6 +245,7 @@ class GeoGraphyView(OsmGps, NavigationView): self.bookmarks.redraw() self.build_tree() self.osm.grab_focus() + self.set_crosshair(config.get("geography.show_cross")) def can_configure(self): """