bernhard: thuban/Thuban/UI classgen.py,1.34,1.35
cvs@intevation.de
cvs at intevation.de
Thu Jan 20 12:30:54 CET 2005
Author: bernhard
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv23472/Thuban/UI
Modified Files:
classgen.py
Log Message:
* Thuban/UI/classgen.py (OnRetrieve()): Add a OnRangeText(0)
to work around a different in wx Behaviour noticed on MacOSX,
thanks to Lorenzo Moretti and Daniel Calvelo for the fix.
Index: classgen.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/classgen.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- classgen.py 15 Dec 2004 16:42:56 -0000 1.34
+++ classgen.py 20 Jan 2005 11:30:52 -0000 1.35
@@ -904,6 +904,7 @@
try:
min, max = table.ValueRange(self.fieldName)
self.text_range.SetValue("[" + str(min) + ";" + str(max) + "]")
+ self.OnRangeText(0)
finally:
ThubanEndBusyCursor()
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)