src/quick/quickwindowagent.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "quickwindowagent.h" #include "quickwindowagent_p.h" @@ -59,6 +62,9 @@ if (!d->context->setTitleBar(item)) { return; } #ifdef Q_OS_MAC setSystemButtonArea(nullptr); #endif Q_EMIT titleBarWidgetChanged(item); }