Do not stop processing motion-notify-event #1507
This commit is contained in:
parent
793d5de060
commit
8c2fe54ea7
@ -268,7 +268,7 @@ class Window(gtk.Window):
|
|||||||
gobject.timeout_add_seconds( \
|
gobject.timeout_add_seconds( \
|
||||||
_UNFULLSCREEN_BUTTON_VISIBILITY_TIMEOUT, \
|
_UNFULLSCREEN_BUTTON_VISIBILITY_TIMEOUT, \
|
||||||
self.__unfullscreen_button_timeout_cb)
|
self.__unfullscreen_button_timeout_cb)
|
||||||
return True
|
return False
|
||||||
|
|
||||||
def __unfullscreen_button_timeout_cb(self):
|
def __unfullscreen_button_timeout_cb(self):
|
||||||
self._unfullscreen_button.hide()
|
self._unfullscreen_button.hide()
|
||||||
|
Loading…
Reference in New Issue
Block a user