mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
WebInspector: Fix closing inspector session when opened from popup window
This commit is contained in:
parent
9072cc65c6
commit
ecfae5512a
|
@ -29,6 +29,7 @@ QList<QWebEngineView*> WebInspector::s_views;
|
|||
WebInspector::WebInspector(QWidget *parent)
|
||||
: QWebEngineView(parent)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setObjectName(QSL("web-inspector"));
|
||||
setMinimumHeight(80);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user