handle_events already calls apply_queue, so there's no need to do it right before
This commit is contained in:
parent
f4d542b568
commit
b1c923c1f3
|
@ -854,9 +854,6 @@ class DelugeGTK:
|
|||
f = self.update_queue.pop()
|
||||
f()
|
||||
|
||||
# We need to apply the queue changes
|
||||
self.manager.apply_queue()
|
||||
|
||||
# Handle the events
|
||||
self.manager.handle_events()
|
||||
|
||||
|
|
Loading…
Reference in New Issue