joey: thuban/Thuban/UI mainwindow.py,1.129,1.130
cvs@intevation.de
cvs at intevation.de
Tue Apr 13 12:10:36 CEST 2004
Author: joey
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv29384
Modified Files:
mainwindow.py
Log Message:
Raise the ShowTable() dialog/frame when the user attempts to display
it while it has been opened before already and not closed again.
Index: mainwindow.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/mainwindow.py,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- mainwindow.py 11 Mar 2004 21:04:30 -0000 1.129
+++ mainwindow.py 13 Apr 2004 10:10:34 -0000 1.130
@@ -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):
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)