AutoAppendNewTextLineResize
fonksiyonu eksik.
uitooltip.py içinde
class ToolTip(ui.ThinBoardNew):
classı içine bu fonksiyonu ekleyin:
def AutoAppendNewTextLineResize(self, text, color = FONT_COLOR, centerAlign = True):
textLine = ui.TextLine()
textLine.SetParent(self)...