[Thuban-commits] r2895 - trunk/thuban/Thuban/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 14 15:17:17 CEST 2011


Author: bricks
Date: 2011-07-14 15:17:17 +0200 (Thu, 14 Jul 2011)
New Revision: 2895

Modified:
   trunk/thuban/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/thuban/Thuban/UI/classifier.py
===================================================================
--- trunk/thuban/Thuban/UI/classifier.py	2011-07-14 13:15:35 UTC (rev 2894)
+++ trunk/thuban/Thuban/UI/classifier.py	2011-07-14 13:17:17 UTC (rev 2895)
@@ -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 Thuban-commits mailing list