This commit is contained in:
Neil Booth 2015-09-03 17:17:46 +09:00
parent e3b7239d19
commit ebddbcb805
1 changed files with 3 additions and 2 deletions

View File

@ -323,8 +323,9 @@ class Plugin(BasePlugin):
else:
return
for window in self.gui.windows:
window.need_update.set()
if self.gui:
for window in self.gui.windows:
window.need_update.set()
def requires_settings(self):
return True