fix blinking cursor

This commit is contained in:
David Rose 2007-08-08 22:52:33 +00:00
parent f914eb9c8f
commit cfb2fa7eed

View File

@ -109,6 +109,10 @@ class DirectEntry(DirectFrame):
for i in range(self['numStates']):
self.guiItem.setTextDef(i, self.onscreenText.textNode)
# Now we should call setup() again to make sure it has the
# right font def.
self.setup()
# Update initial text
self.unicodeText = 0
if self['initialText']: