1
0
This commit is contained in:
Neil Booth
2015-09-03 17:17:46 +09:00
parent e3b7239d19
commit ebddbcb805

View File

@@ -323,6 +323,7 @@ class Plugin(BasePlugin):
else: else:
return return
if self.gui:
for window in self.gui.windows: for window in self.gui.windows:
window.need_update.set() window.need_update.set()