mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added missing setport call to mkdistr_ui, and added scrap to
mkpluginaliases.
This commit is contained in:
parent
46d9e79de6
commit
eba88567a2
2 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ goals = [
|
|||
("Qd.slb", "toolboxmodules.slb"),
|
||||
("Qt.slb", "toolboxmodules.slb"),
|
||||
("Res.slb", "toolboxmodules.slb"),
|
||||
("Scrap.slb", "toolboxmodules.slb"),
|
||||
("Snd.slb", "toolboxmodules.slb"),
|
||||
("TE.slb", "toolboxmodules.slb"),
|
||||
("Win.slb", "toolboxmodules.slb"),
|
||||
|
|
|
@ -161,6 +161,7 @@ class ListWindow(DialogWindow):
|
|||
return values
|
||||
|
||||
def do_rawupdate(self, window, event):
|
||||
Qd.SetPort(window)
|
||||
self.list.LUpdate(self.wid.GetWindowPort().visRgn)
|
||||
|
||||
def do_close(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue