Show navigation bar when calling openLocation() in full screen mode.

- Closes #1464
remotes/origin/falkon
S. Razi Alavizadeh 11 years ago
parent 94afd29d67
commit 393009f4d1
  1. 4
      src/lib/app/browserwindow.cpp

@ -1093,6 +1093,10 @@ void BrowserWindow::openFile()
void BrowserWindow::openLocation()
{
if (isFullScreen()) {
showNavigationWithFullScreen();
}
locationBar()->setFocus();
locationBar()->selectAll();
}

Loading…
Cancel
Save