Fixed widget interaction when Flicable scrolling is enabled in the inspector

This commit is contained in:
Eism 2023-11-01 11:21:10 +02:00
parent 4156c8e34e
commit cdcc10855d

View file

@ -42,6 +42,8 @@ BendGridCanvas::BendGridCanvas(QQuickItem* parent)
setAcceptedMouseButtons(Qt::AllButtons);
setAcceptHoverEvents(true);
setKeepMouseGrab(true);
uiConfig()->currentThemeChanged().onNotify(this, [this]() {
update();
});