mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
initialText should leave cursor at end of text
This commit is contained in:
parent
4a637d0beb
commit
24f0ffafc6
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user