mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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.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"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue