summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 5bacb699..11580f69 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -600,6 +600,10 @@ void MainWindow::setupPanels()
void MainWindow::openLocation()
{
+ if(isFullScreen())
+ {
+ setWidgetsVisible(true);
+ }
m_view->urlBar()->selectAll();
m_view->urlBar()->setFocus();
}