Beremiz.py
changeset 687 c59baa44ec2f
parent 686 e4e1da75d411
child 688 6324b40d82a5
--- a/Beremiz.py	Wed Feb 15 18:52:31 2012 +0100
+++ b/Beremiz.py	Wed Feb 15 19:17:09 2012 +0100
@@ -319,7 +319,7 @@
                 self.output.SetDefaultStyle(style)
                 self.default_style = style
             self.output.AppendText(s)
-            #self.output.ScrollLines(s.count('\n')+1)
+            self.output.ScrollLines(s.count('\n')+1)
         self.stack = []
         self.lock.release()
         self.output.ShowPosition(self.output.GetLastPosition())