aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-07-20 17:34:39 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-07-20 17:34:39 +0200
commit57819218dc9fcfcec75c92ae1db910c9709df379 (patch)
treefcc5adfff0724a8e142ea287b382b5d675f4fc81 /src/mainwindow.cpp
parent06abd3f6f20ca2008b71fa3967baeaf53f5775eb (diff)
parent7fbf49b216895d6870f46f54ab8e1289f541a723 (diff)
downloadkristall-57819218dc9fcfcec75c92ae1db910c9709df379.tar.gz
Merge branch 'master' of github.com:MasterQ32/kristall
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
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;
}