mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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"),
|
("Qd.slb", "toolboxmodules.slb"),
|
||||||
("Qt.slb", "toolboxmodules.slb"),
|
("Qt.slb", "toolboxmodules.slb"),
|
||||||
("Res.slb", "toolboxmodules.slb"),
|
("Res.slb", "toolboxmodules.slb"),
|
||||||
|
("Scrap.slb", "toolboxmodules.slb"),
|
||||||
("Snd.slb", "toolboxmodules.slb"),
|
("Snd.slb", "toolboxmodules.slb"),
|
||||||
("TE.slb", "toolboxmodules.slb"),
|
("TE.slb", "toolboxmodules.slb"),
|
||||||
("Win.slb", "toolboxmodules.slb"),
|
("Win.slb", "toolboxmodules.slb"),
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,7 @@ class ListWindow(DialogWindow):
|
||||||
return values
|
return values
|
||||||
|
|
||||||
def do_rawupdate(self, window, event):
|
def do_rawupdate(self, window, event):
|
||||||
|
Qd.SetPort(window)
|
||||||
self.list.LUpdate(self.wid.GetWindowPort().visRgn)
|
self.list.LUpdate(self.wid.GetWindowPort().visRgn)
|
||||||
|
|
||||||
def do_close(self):
|
def do_close(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue