Skip to content
Snippets Groups Projects
Commit c8efcf29 authored by Phil Colebrooke's avatar Phil Colebrooke
Browse files

Re #28464 fix new title not being set

parent aa30ee60
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,7 @@ class AxesTabWidgetPresenter: ...@@ -130,6 +130,7 @@ class AxesTabWidgetPresenter:
def axis_changed(self): def axis_changed(self):
ax = self.current_axis ax = self.current_axis
self.current_view_props['title'] = self.view.get_title()
self.current_view_props[f"{ax}lim"] = (self.view.get_lower_limit(), self.view.get_upper_limit()) self.current_view_props[f"{ax}lim"] = (self.view.get_lower_limit(), self.view.get_upper_limit())
self.current_view_props[f"{ax}label"] = self.view.get_label() self.current_view_props[f"{ax}label"] = self.view.get_label()
self.current_view_props[f"{ax}scale"] = self.view.get_scale() self.current_view_props[f"{ax}scale"] = self.view.get_scale()
......
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