mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
window: prevent default handler for delete-event from running
This commit is contained in:
parent
9829e2bec1
commit
bcfc4197d8
1 changed files with 2 additions and 0 deletions
|
@ -510,6 +510,8 @@ class Window (object):
|
|||
|
||||
self.actions.close_window.activate ()
|
||||
|
||||
return True
|
||||
|
||||
@action
|
||||
def handle_new_window_action_activate (self, action):
|
||||
|
||||
|
|
Loading…
Reference in a new issue