geographie: 7149 : Views into Geography should not always use the last option set by the user

This commit is contained in:
noirauds 2015-02-18 09:32:55 +01:00
parent d5b93c52be
commit e1957471d7

View File

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