Sine Striker
2023-12-03 eb266da10552eeefcb0f7dfe514d4385aec563f8
src/widgets/widgetwindowagent.cpp
@@ -33,7 +33,7 @@
        }
        std::ignore = w->winId(); // Make sure the window handle is created
        if (!d->setup(w->windowHandle(), std::make_shared<WidgetItemDelegate>())) {
        if (!d->setup(w->windowHandle(), new WidgetItemDelegate())) {
            return false;
        }
        d->host = w;