Sine Striker
2024-01-01 c2e349f1c38b55fd12f8ae537e754fa6658ab631
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);
    }