mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
OSX tweak.
This commit is contained in:
parent
aa3dc45658
commit
1f1e7270cf
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||||
|
@ -599,7 +601,7 @@ class HorizontalPanes(Widget):
|
||||||
self.makepanebounds()
|
self.makepanebounds()
|
||||||
self.installbounds()
|
self.installbounds()
|
||||||
self._calcbounds()
|
self._calcbounds()
|
||||||
|
|
||||||
|
|
||||||
class VerticalPanes(HorizontalPanes):
|
class VerticalPanes(HorizontalPanes):
|
||||||
"""see HorizontalPanes"""
|
"""see HorizontalPanes"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue