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

Re #26591 update figure immediately

parent 65457ab6
No related merge requests found
......@@ -334,6 +334,7 @@ class CurvesTabWidgetPresenter:
self.apply_properties()
self.fig.canvas.draw()
self.view.select_curve_combo_box.setCurrentIndex(current_curve_index)
def marker_apply_to_all(self):
......@@ -350,6 +351,7 @@ class CurvesTabWidgetPresenter:
self.apply_properties()
self.fig.canvas.draw()
self.view.select_curve_combo_box.setCurrentIndex(current_curve_index)
def errorbars_apply_to_all(self):
......@@ -376,4 +378,5 @@ class CurvesTabWidgetPresenter:
self.apply_properties()
self.fig.canvas.draw()
self.view.select_curve_combo_box.setCurrentIndex(current_curve_index)
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