mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +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:
|
else:
|
||||||
log.debug("MainWindow is not minimized..")
|
log.debug("MainWindow is not minimized..")
|
||||||
self.is_minimized = False
|
self.is_minimized = False
|
||||||
# Force UI update as we don't update it while minimized
|
|
||||||
self.update()
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def on_window_delete_event(self, widget, event):
|
def on_window_delete_event(self, widget, event):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue