mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-19 18:26:34 +01:00
Display correct URL in urlBar after window restore
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
b41e9a8cc2
commit
8f64c610ce
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user