[Greater-commits] r343 - trunk/GREAT-ER/Thuban/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jul 1 10:42:55 CEST 2011


Author: aheinecke
Date: 2011-07-01 10:42:55 +0200 (Fri, 01 Jul 2011)
New Revision: 343

Modified:
   trunk/GREAT-ER/Thuban/UI/classifier.py
Log:
Raise the classifier dialog again after something was edited this
avoids "loosing" the window in the background and the resulting
expression that nothing has changed.


Modified: trunk/GREAT-ER/Thuban/UI/classifier.py
===================================================================
--- trunk/GREAT-ER/Thuban/UI/classifier.py	2011-07-01 07:55:49 UTC (rev 342)
+++ trunk/GREAT-ER/Thuban/UI/classifier.py	2011-07-01 08:42:55 UTC (rev 343)
@@ -910,6 +910,7 @@
             table.SetValueAsCustom(row, COL_SYMBOL, None, new_prop)
         self.Enable(True)
         propDlg.Destroy()
+        self.Raise()
 
     def _SetClassification(self, clazz):
         """Called from the ClassGen dialog when a new classification has



More information about the Greater-commits mailing list