We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b21bcb commit bbf770cCopy full SHA for bbf770c
plotpy/widgets/colormap/editor.py
@@ -155,7 +155,7 @@ def __init__(
155
self.colormap_widget.HANDLE_ADDED.connect(self.new_tab)
156
self.colormap_widget.HANDLE_DELETED.connect(self.delete_tab)
157
self.colormap_widget.multi_range_hslider.sliderMoved.connect(
158
- self.update_current_dataset
+ lambda *args: self.update_current_dataset()
159
)
160
161
def set_colormap(self, colormap: EditableColormap) -> None:
0 commit comments