mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Show navigation bar when calling openLocation() in full screen mode.
- Closes #1464
This commit is contained in:
parent
94afd29d67
commit
393009f4d1
@ -1093,6 +1093,10 @@ void BrowserWindow::openFile()
|
|||||||
|
|
||||||
void BrowserWindow::openLocation()
|
void BrowserWindow::openLocation()
|
||||||
{
|
{
|
||||||
|
if (isFullScreen()) {
|
||||||
|
showNavigationWithFullScreen();
|
||||||
|
}
|
||||||
|
|
||||||
locationBar()->setFocus();
|
locationBar()->setFocus();
|
||||||
locationBar()->selectAll();
|
locationBar()->selectAll();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user