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): """