summaryrefslogtreecommitdiff
path: root/examples/colormapDialog.py
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:24 +0100
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:24 +0100
commitcebdc9244c019224846cb8d2668080fe386a6adc (patch)
treeaedec55da0f9dd4fc4d6c7eb0f58489a956e2e8c /examples/colormapDialog.py
parent159ef14fb9e198bb0066ea14e6b980f065de63dd (diff)
New upstream version 0.9.0+dfsg
Diffstat (limited to 'examples/colormapDialog.py')
-rw-r--r--examples/colormapDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/colormapDialog.py b/examples/colormapDialog.py
index 9ef6508..08e3fe8 100644
--- a/examples/colormapDialog.py
+++ b/examples/colormapDialog.py
@@ -149,7 +149,7 @@ class ColormapDialogExample(qt.QMainWindow):
self.colorDialogs.append(newDialog)
self.mainWidget.layout().addWidget(newDialog)
- def removeColorDialog(self, dialog):
+ def removeColorDialog(self, dialog, result):
self.colorDialogs.remove(dialog)
def setNoColormap(self):