projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxDelegateTheme to accompany wxDelegateRenderer
[wxWidgets.git]
/
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 1dd15ebd886179505fe485db6edcc576a127017a..4765a40ead3e317f372be83c6ffebde05351f749 100644
(file)
--- 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)