Sine Striker
2024-01-03 7990ac78e1938536650456bf987a4c986a4e6f1b
src/widgets/widgetwindowagent.cpp
@@ -1,3 +1,7 @@
// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware)
// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
// SPDX-License-Identifier: Apache-2.0
#include "widgetwindowagent.h"
#include "widgetwindowagent_p.h"
@@ -80,6 +84,9 @@
        if (!d->context->setTitleBar(w)) {
            return;
        }
#ifdef Q_OS_MAC
        setSystemButtonArea(nullptr);
#endif
        Q_EMIT titleBarChanged(w);
    }