From ac7dc197ae592d44597172dabccebad091061956 Mon Sep 17 00:00:00 2001 From: nowrep Date: Tue, 19 Feb 2013 11:23:21 +0100 Subject: [PATCH] Fixed hiding navigation container when disable and enabling tabs on top. Closes #764 --- src/lib/webview/webtab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/webview/webtab.cpp b/src/lib/webview/webtab.cpp index 8ff08b91b..088630f19 100644 --- a/src/lib/webview/webtab.cpp +++ b/src/lib/webview/webtab.cpp @@ -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