X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02b800ce7c2bb1c1f08075f22be2e7412124b47f..4358b585f17e6b7cb8fb623b403d0a3cdeed2a3a:/wxPython/samples/ide/activegrid/tool/MessageService.py diff --git a/wxPython/samples/ide/activegrid/tool/MessageService.py b/wxPython/samples/ide/activegrid/tool/MessageService.py index 1dd15ebd88..4765a40ead 100644 --- a/wxPython/samples/ide/activegrid/tool/MessageService.py +++ b/wxPython/samples/ide/activegrid/tool/MessageService.py @@ -124,6 +124,7 @@ class MessageView(Service.ServiceView): def AddLines(self, text): + self.GetControl().SetCurrentPos(self.GetControl().GetTextLength()) self.GetControl().SetReadOnly(False) self.GetControl().AddText(text) self.GetControl().SetReadOnly(True)