fix blinking cursor
This commit is contained in:
parent
f914eb9c8f
commit
cfb2fa7eed
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Reference in New Issue