Commit 1f1e7270 authored by Just van Rossum's avatar Just van Rossum

OSX tweak.

parent aa3dc456
...@@ -588,6 +588,8 @@ class HorizontalPanes(Widget): ...@@ -588,6 +588,8 @@ class HorizontalPanes(Widget):
Qd.PenPat(Qd.qd.gray) Qd.PenPat(Qd.qd.gray)
Qd.PaintRect(rect) Qd.PaintRect(rect)
lastpos = pos lastpos = pos
Qd.QDFlushPortBuffer(self._parentwindow.wid, None)
Evt.WaitNextEvent(0, 3)
Qd.PaintRect(rect) Qd.PaintRect(rect)
Qd.PenNormal() Qd.PenNormal()
SetCursor("watch") SetCursor("watch")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment