summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
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 08b6e33c..e864f80f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -648,11 +648,13 @@ void MainWindow::slotViewFullScreen(bool makeFullScreen)
{
menuBar()->hide();
toolBar("mainToolBar")->hide();
+ toolBar("locationToolBar")->hide();
}
else
{
menuBar()->show();
toolBar("mainToolBar")->show();
+ toolBar("locationToolBar")->show();
}
KToggleFullScreenAction::setFullScreen(this, makeFullScreen);
}