From d359f2ca6db9e9f6e9708a1b62aa361b45923641 Mon Sep 17 00:00:00 2001 From: payno Date: Thu, 16 Nov 2023 16:22:43 +0100 Subject: [PATCH] Update src/silx/gui/plot/actions/control.py Co-authored-by: Thomas VINCENT --- src/silx/gui/plot/actions/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/silx/gui/plot/actions/control.py b/src/silx/gui/plot/actions/control.py index 4ff7c91248..897c3d1412 100755 --- a/src/silx/gui/plot/actions/control.py +++ b/src/silx/gui/plot/actions/control.py @@ -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: