diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-07-20 17:34:39 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-07-20 17:34:39 +0200 |
| commit | 57819218dc9fcfcec75c92ae1db910c9709df379 (patch) | |
| tree | fcc5adfff0724a8e142ea287b382b5d675f4fc81 /src/mainwindow.cpp | |
| parent | 06abd3f6f20ca2008b71fa3967baeaf53f5775eb (diff) | |
| parent | 7fbf49b216895d6870f46f54ab8e1289f541a723 (diff) | |
| download | kristall-57819218dc9fcfcec75c92ae1db910c9709df379.tar.gz | |
Merge branch 'master' of github.com:MasterQ32/kristall
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index bf77974..ba80651 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -99,6 +99,8 @@ BrowserTab * MainWindow::addEmptyTab(bool focus_new, bool load_default) tab->navigateTo(QUrl("about:blank"), BrowserTab::DontPush); } + tab->focusUrlBar(); + return tab; } |
