mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
This commit is contained in:
parent
202355a333
commit
362c7cd07b
25 changed files with 60 additions and 61 deletions
|
@ -362,7 +362,7 @@ class Mlted(Application):
|
|||
if self.active:
|
||||
self.active.do_idle(event)
|
||||
else:
|
||||
Qd.SetCursor(Qd.qd.arrow)
|
||||
Qd.SetCursor(Qd.GetQDGlobalsArrow())
|
||||
|
||||
def main():
|
||||
Mlte.TXNInitTextension(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue