Skip to content

Commit

Permalink
Merge pull request #2766 from vallsv/fix-colormap-size
Browse files Browse the repository at this point in the history
Update the dialog then show
  • Loading branch information
t20100 authored Oct 2, 2019
2 parents da50890 + d9d2e90 commit fc56d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silx/gui/plot/actions/control.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ def _actionTriggered(self, checked=False):

# Run the dialog listening to colormap change
if checked is True:
self._dialog.show()
self._updateColormap()
self._dialog.show()
else:
self._dialog.hide()

Expand Down

0 comments on commit fc56d3e

Please sign in to comment.