Skip to content

Commit

Permalink
Included initialization of tooltip to show on opening of plot options
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Oct 31, 2023
1 parent 2e73031 commit 37c7167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mslice/presenters/plot_options_presenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, plot_options_dialog, plot_handler):
self._view.fontSizeUpClicked.connect(self._model.increase_all_fonts)
self._view.fontSizeDownClicked.connect(self._model.decrease_all_fonts)
self._view.redraw_signal.connect(self._set_font_sizes_tooltip)
self._set_font_sizes_tooltip()

def _value_modified(self, value_name):
self._modified_values[value_name] = getattr(self._view, value_name)
Expand Down

0 comments on commit 37c7167

Please sign in to comment.