fix: tipBoard and bigBoard

This commit is contained in:
rtw1x1
2026-02-19 19:28:07 +00:00
parent 88bc6bfe79
commit f48c30c81d
2 changed files with 3 additions and 3 deletions

View File

@@ -778,7 +778,7 @@ class EditLine(TextLine):
def OnIMEUpdate(self):
snd.PlaySound("sound/ui/type.wav")
TextLine.SetText(self, ime.GetText())
self.SetText(ime.GetText())
def OnIMETab(self):
if self.eventTab: