src/widgets/widgetwindowagent_win.cpp
@@ -148,7 +148,7 @@ // ignore it. if (event->type() == QEvent::Expose) { auto ee = static_cast<QExposeEvent *>(event); if (window->isExposed() && !ee->region().isNull()) { if (window->isExposed() && isNormalWindow() && !ee->region().isNull()) { resumeWindowEvent(window, event); return true; }