Commit ddf5025f authored by Just van Rossum's avatar Just van Rossum

OSX tweak.

parent ed2957fb
......@@ -588,6 +588,8 @@ class HorizontalPanes(Widget):
Qd.PenPat(Qd.qd.gray)
Qd.PaintRect(rect)
lastpos = pos
Qd.QDFlushPortBuffer(self._parentwindow.wid, None)
Evt.WaitNextEvent(0, 3)
Qd.PaintRect(rect)
Qd.PenNormal()
SetCursor("watch")
......@@ -599,7 +601,7 @@ class HorizontalPanes(Widget):
self.makepanebounds()
self.installbounds()
self._calcbounds()
class VerticalPanes(HorizontalPanes):
"""see HorizontalPanes"""
......
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