guard a remaining m_closeView pointer
BUG: 297234
This commit is contained in:
parent
cdc1af7df1
commit
edfb40a95a
1 changed files with 1 additions and 1 deletions
|
@ -1708,7 +1708,7 @@ void PresentWindowsEffect::elevateCloseWindow()
|
|||
|
||||
void PresentWindowsEffect::updateCloseWindow()
|
||||
{
|
||||
if (m_doNotCloseWindows)
|
||||
if (!m_closeView || m_doNotCloseWindows)
|
||||
return;
|
||||
if (!m_highlightedWindow || m_highlightedWindow->isDesktop()) {
|
||||
m_closeView->hide();
|
||||
|
|
Loading…
Reference in a new issue