1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Fixed hiding navigation container when disable and enabling tabs on top.

Closes #764
This commit is contained in:
nowrep 2013-02-19 11:23:21 +01:00
parent 27cd8cce64
commit ac7dc197ae

View File

@ -365,7 +365,7 @@ void WebTab::disconnectObjects()
WebTab::~WebTab() WebTab::~WebTab()
{ {
if (m_navigationContainer) { if (m_navigationContainer && qzSettings->tabsOnTop) {
m_layout->removeWidget(m_navigationContainer); m_layout->removeWidget(m_navigationContainer);
// Needed to prevent flickering when closing tabs // Needed to prevent flickering when closing tabs