Skip to content

Commit

Permalink
Update src/silx/gui/plot/actions/control.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas VINCENT <[email protected]>
  • Loading branch information
payno and t20100 authored Nov 16, 2023
1 parent 9c384a5 commit d359f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/gui/plot/actions/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def __init__(self, plot, parent=None):
self.plot.sigActiveImageChanged.connect(self._updateColormap)
self.plot.sigActiveScatterChanged.connect(self._updateColormap)

def setColormapDialog(self, colormapDialog):
def setColormapDialog(self, dialog):
"""Set a specific color dialog instead of using the default dialog."""
assert(colormapDialog is not None)
if self._dialog is not None:
Expand Down

0 comments on commit d359f2c

Please sign in to comment.