Merge pull request #12055 from Ultimaker/CURA-9232_fix_menubar_not_catching_events

[CURA-9232] Fix menubar not catching events
This commit is contained in:
Jaime van Kessel 2022-05-02 13:50:02 +02:00 committed by GitHub
commit 15a480e7a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ UM.PointingRectangle
arrowSize: UM.Theme.getSize("default_arrow").width
opacity: 0
// This should be disabled when invisible, otherwise it will catch mouse events.
enabled: opacity > 0
Behavior on opacity
{