mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
[Code] Added comment for previous commit (Crash fix)
This commit is contained in:
parent
7c9b30c443
commit
db6f4333f2
@ -365,6 +365,7 @@ void WebTab::disconnectObjects()
|
|||||||
|
|
||||||
WebTab::~WebTab()
|
WebTab::~WebTab()
|
||||||
{
|
{
|
||||||
|
// #838 !mApp->isClosing() fixes crash on app close with Oxygen theme
|
||||||
if (m_navigationContainer && qzSettings->tabsOnTop && !mApp->isClosing()) {
|
if (m_navigationContainer && qzSettings->tabsOnTop && !mApp->isClosing()) {
|
||||||
m_layout->removeWidget(m_navigationContainer);
|
m_layout->removeWidget(m_navigationContainer);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user