src/widgets/widgetwindowagent.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "widgetwindowagent.h" #include "widgetwindowagent_p.h" @@ -80,6 +83,9 @@ if (!d->context->setTitleBar(w)) { return; } #ifdef Q_OS_MAC setSystemButtonArea(nullptr); #endif Q_EMIT titleBarChanged(w); }