Skip to content

Commit

Permalink
GRAPHICS: Fix window closing
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Lorente committed Aug 10, 2016
1 parent 223aaaa commit 2b6f171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphics/macgui/macwindowmanager.cpp
Expand Up @@ -322,6 +322,7 @@ void MacWindowManager::removeMarked() {
}
_windowsToRemove.clear();
_needsRemoval = false;
_lastId = _windows.size();
}

void MacWindowManager::removeFromStack(BaseMacWindow *target) {
Expand Down

0 comments on commit 2b6f171

Please sign in to comment.