diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 2d76791a5e..1d515392b0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3659,7 +3659,7 @@ bool Application::event(QEvent* event) { bool Application::eventFilter(QObject* object, QEvent* event) { - if (_aboutToQuit) { + if (_aboutToQuit && event->type() != QEvent::DeferredDelete && event->type() != QEvent::Destroy) { return true; }