Sine Striker
2023-12-12 0586c98f90866e4bc9f0dfe73aefb0a07c56697e
src/widgets/widgetitemdelegate.cpp
@@ -56,6 +56,10 @@
        return false;
    }
    bool WidgetItemDelegate::isWindowActive(const QObject *host) const {
        return static_cast<const QWidget *>(host)->isActiveWindow();
    }
    void WidgetItemDelegate::resetQtGrabbedControl() const {
        if (!qt_button_down) {
            return;