geographie: 7149 : Views into Geography should not always use the last option set by the user
This commit is contained in:
parent
d5b93c52be
commit
e1957471d7
@ -201,6 +201,7 @@ class GeoGraphyView(OsmGps, NavigationView):
|
|||||||
self.uistate.clear_filter_results()
|
self.uistate.clear_filter_results()
|
||||||
self.end_selection = None
|
self.end_selection = None
|
||||||
self.osm.grab_focus()
|
self.osm.grab_focus()
|
||||||
|
self.set_crosshair(config.get("geography.show_cross"))
|
||||||
|
|
||||||
def do_size_request(self, requisition):
|
def do_size_request(self, requisition):
|
||||||
"""
|
"""
|
||||||
@ -244,6 +245,7 @@ class GeoGraphyView(OsmGps, NavigationView):
|
|||||||
self.bookmarks.redraw()
|
self.bookmarks.redraw()
|
||||||
self.build_tree()
|
self.build_tree()
|
||||||
self.osm.grab_focus()
|
self.osm.grab_focus()
|
||||||
|
self.set_crosshair(config.get("geography.show_cross"))
|
||||||
|
|
||||||
def can_configure(self):
|
def can_configure(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user