1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Display correct URL in urlBar after window restore

BUG: 478823
FIXED-IN: 23.08.5

Cherry picked from: 8f64c610ce

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-12-16 23:19:29 +01:00
parent 99f500f20a
commit 866fa8a3c4
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -882,6 +882,7 @@ bool TabWidget::restoreState(const QVector<WebTab::SavedTab> &tabs, int currentT
}
setCurrentIndex(currentTab);
currentTabChanged(currentTab);
QTimer::singleShot(0, m_tabBar, SLOT(ensureVisible(int,int)));
weTab()->tabActivated();