mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
parent
42e0f535fe
commit
d391b65bed
|
@ -393,7 +393,7 @@ void WebTab::disconnectObjects()
|
||||||
WebTab::~WebTab()
|
WebTab::~WebTab()
|
||||||
{
|
{
|
||||||
// #838 !mApp->isClosing() fixes crash on app close with Oxygen theme
|
// #838 !mApp->isClosing() fixes crash on app close with Oxygen theme
|
||||||
if (m_navigationContainer && qzSettings->tabsOnTop && !mApp->isClosing()) {
|
if (m_navigationContainer && qzSettings->tabsOnTop && !p_QupZilla->isClosing()) {
|
||||||
m_layout->removeWidget(m_navigationContainer);
|
m_layout->removeWidget(m_navigationContainer);
|
||||||
|
|
||||||
// Needed to prevent flickering when closing tabs
|
// Needed to prevent flickering when closing tabs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user