Skip to content
Snippets Groups Projects
Commit 60a0c29e authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

pyic_view: Also reset resolution when resetting zoom.

parent 46ddcf79
No related branches found
No related tags found
No related merge requests found
Pipeline #99355 passed
......@@ -300,6 +300,7 @@ class view(object):
# reset zoom
def reset_zoom(self):
self.selected_res.set("0.3")
self.lon_lat_reg_tk.set("-180,180,-90,90")
self.make_new_axis()
self.update_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment