diff --git a/src/window.cpp b/src/window.cpp index 220f7ca15f..1d7a371428 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1092,8 +1092,8 @@ Window::~Window() /* Make sure we don't try to access this window as the focused window when it doesn't exist anymore. */ if (_focused_window == this) { - this->OnFocusLost(nullptr); _focused_window = nullptr; + this->OnFocusLost(nullptr); } this->DeleteChildWindows();