From d9d2e90484acdea5b54c0853006c286f1313de85 Mon Sep 17 00:00:00 2001 From: Valentin Valls Date: Mon, 30 Sep 2019 13:55:56 +0200 Subject: [PATCH] Update the dialog then show --- silx/gui/plot/actions/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 silx/gui/plot/actions/control.py diff --git a/silx/gui/plot/actions/control.py b/silx/gui/plot/actions/control.py old mode 100644 new mode 100755 index ec4a3de936..e2fa6b1c84 --- a/silx/gui/plot/actions/control.py +++ b/silx/gui/plot/actions/control.py @@ -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()