initialText should leave cursor at end of text

This commit is contained in:
David Rose 2010-05-10 21:08:36 +00:00
parent 4a637d0beb
commit 24f0ffafc6

View File

@ -136,7 +136,7 @@ class DirectEntry(DirectFrame):
# Update initial text
self.unicodeText = 0
if self['initialText']:
self.set(self['initialText'])
self.enterText(self['initialText'])
def destroy(self):
self.ignoreAll()