mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Remove update() call as it is no longer necessary.
This commit is contained in:
parent
83cc479898
commit
db97daeeeb
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@ class MainWindow(component.Component):
|
|||
else:
|
||||
log.debug("MainWindow is not minimized..")
|
||||
self.is_minimized = False
|
||||
# Force UI update as we don't update it while minimized
|
||||
self.update()
|
||||
return False
|
||||
|
||||
def on_window_delete_event(self, widget, event):
|
||||
|
|
Loading…
Add table
Reference in a new issue