mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
commit
15a480e7a9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue