summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherView.py
diff options
context:
space:
mode:
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherView.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherView.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherView.py b/Src/PyCatcher/src/pyCatcherView.py
index 6cb33a4..e39a247 100644
--- a/Src/PyCatcher/src/pyCatcherView.py
+++ b/Src/PyCatcher/src/pyCatcherView.py
@@ -161,7 +161,11 @@ class PyCatcherGUI:
def _on_evaluators_clicked(self, widget):
self._evaluators_window.show()
-
+
+ def _on_evaluators_window_close_clicked(self, window, event):
+ window.hide()
+ return True
+
def _on_rules_clicked(self, widget):
self._rules_window.show()