beremiz

c59baa44ec2f
Parents e4e1da75d411
Children 6324b40d82a5
Fixed Logger redraw problem on Windows created in previous commit
  • +1 -1
    Beremiz.py
  • --- 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())