Skip to content

Commit 518b683

Browse files
author
Vasyl Vavrychuk
committed
start the thing hidden - will be shown later
1 parent fb95cc2 commit 518b683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webdriver/extension_qt/qwebviewext.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
QWebViewExt::QWebViewExt(QWidget *parent) :
1717
QWebView(parent)
1818
{
19+
setVisible(false);
1920
setWebInspectorProperty(this);
2021
connect(page(), SIGNAL(windowCloseRequested()), this, SLOT(close()));
2122
connect(this, SIGNAL(titleChanged(QString)), this, SLOT(setWindowTitle(QString)));

0 commit comments

Comments
 (0)