commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9111 - trunk/gnue-forms/src/uidrivers/wx/widgets


From: reinhard
Subject: [gnue] r9111 - trunk/gnue-forms/src/uidrivers/wx/widgets
Date: Mon, 4 Dec 2006 11:42:08 -0600 (CST)

Author: reinhard
Date: 2006-12-04 11:42:07 -0600 (Mon, 04 Dec 2006)
New Revision: 9111

Modified:
   trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py
Log:
Removed comment that doesn't match the truth.


Modified: trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py  2006-12-04 17:40:56 UTC 
(rev 9110)
+++ trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py  2006-12-04 17:42:07 UTC 
(rev 9111)
@@ -127,7 +127,7 @@
         styles = wxTE_PROCESS_TAB
         if hasattr(object,'Char__height') and object.Char__height > 1:
           styles = styles | wxTE_MULTILINE
-        value = ""  ## object.getValue()
+        value = ""
       else:
         styles = 0
         value = ""





reply via email to

[Prev in Thread] Current Thread [Next in Thread]