Show children in focusProxy workaround

This commit is contained in:
Florian Bruhin 2018-06-08 14:40:59 +02:00
parent 4e6fede40d
commit 1531961aeb

View File

@ -76,7 +76,7 @@ class WebEngineView(QWebEngineView):
if not children:
return None
assert len(children) == 1
assert len(children) == 1, children
return children[0]
def shutdown(self):