From e1957471d76a7754ada1d4f755e82efe8c12da57 Mon Sep 17 00:00:00 2001 From: noirauds Date: Wed, 18 Feb 2015 09:32:55 +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 7448b4206..9d57bd7a7 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): """