Fix HTML5 fullscreen

This commit is contained in:
Florian Bruhin 2018-06-12 13:44:47 +02:00
parent d5dcec4320
commit a6db700886

View File

@ -683,7 +683,7 @@ class _WebEnginePermissions(QObject):
self._tab.data.fullscreen = on
self._tab.fullscreen_requested.emit(on)
if on:
notification = miscwidgets.FullscreenNotification(self)
notification = miscwidgets.FullscreenNotification(self._widget)
notification.show()
notification.set_timeout(3000)