Commit 863b13a4 authored by Jack Jansen's avatar Jack Jansen

Added missing setport call to mkdistr_ui, and added scrap to

mkpluginaliases.
parent 54566342
...@@ -85,6 +85,7 @@ goals = [ ...@@ -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): ...@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment