diff --git a/assets/root/ui.py b/assets/root/ui.py index a6e3381c..7362ee56 100644 --- a/assets/root/ui.py +++ b/assets/root/ui.py @@ -778,7 +778,7 @@ def OnIMECloseReadingWnd(self): def OnIMEUpdate(self): snd.PlaySound("sound/ui/type.wav") - self.SetText(ime.GetText()) + TextLine.SetText(self, ime.GetText()) def OnIMETab(self): if self.eventTab: