ShowTable not raised?

Martin Schulze joey at infodrom.org
Sun Apr 11 11:38:26 CEST 2004


Hi,

I noticed a FIXME comment in Thuban/UI/mainwindow.py that could easily
be resolved with the following patch:

Index: Thuban/UI/mainwindow.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/mainwindow.py,v
retrieving revision 1.129
diff -u -r1.129 mainwindow.py
--- Thuban/UI/mainwindow.py	11 Mar 2004 21:04:30 -0000	1.129
+++ Thuban/UI/mainwindow.py	11 Apr 2004 08:49:34 -0000
@@ -641,8 +641,7 @@
                 self.add_dialog(name, dialog)
                 dialog.Show(True)
             else:
-                # FIXME: bring dialog to front here
-                pass
+                dialog.Raise()
 
     def MapProjection(self):
 
Should I apply it?

Regards,

	Joey

-- 
Life is too short to run proprietary software.  -- Bdale Garbee




More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)