forked from metin-server/m2dev-client
fix: tipBoard and bigBoard
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user