mirror of
https://github.com/python/cpython.git
synced 2025-11-02 14:41:33 +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
|
|
@ -222,7 +222,7 @@ def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262
|
|||
|
||||
|
||||
|
||||
screenbounds = Qd.qd.screenBits.bounds
|
||||
screenbounds = Qd.GetQDGlobalsScreenBits().bounds
|
||||
screenbounds = screenbounds[0]+4, screenbounds[1]+4, \
|
||||
screenbounds[2]-4, screenbounds[3]-4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue