bar: fix messed mouse interaction hog/passthrough

This commit is contained in:
end-4
2025-05-11 11:20:24 +02:00
parent 39594baa46
commit 6030d21e37
2 changed files with 190 additions and 193 deletions
@@ -24,9 +24,9 @@ MouseArea {
break;
case Qt.RightButton:
if (item.hasMenu) menu.open();
event.accepted = true;
break;
}
event.accepted = true;
}
QsMenuAnchor {