mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
WebTab: Don't need to set zoom when tab is not restored
This commit is contained in:
parent
d39e4cc381
commit
fe77d7c9ba
|
@ -336,7 +336,6 @@ void WebTab::restoreTab(const WebTab::SavedTab &tab)
|
|||
|
||||
m_tabBar->setTabText(index, tab.title);
|
||||
m_locationBar->showUrl(tab.url);
|
||||
m_webView->setZoomLevel(tab.zoomLevel);
|
||||
m_tabIcon->setIcon(tab.icon);
|
||||
|
||||
if (!tab.url.isEmpty()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user