1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02: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()
{
if (m_navigationContainer) {
if (m_navigationContainer && qzSettings->tabsOnTop) {
m_layout->removeWidget(m_navigationContainer);
// Needed to prevent flickering when closing tabs