mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08: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
@ -17,6 +17,8 @@ UM.PointingRectangle
|
|||||||
arrowSize: UM.Theme.getSize("default_arrow").width
|
arrowSize: UM.Theme.getSize("default_arrow").width
|
||||||
|
|
||||||
opacity: 0
|
opacity: 0
|
||||||
|
// This should be disabled when invisible, otherwise it will catch mouse events.
|
||||||
|
enabled: opacity > 0
|
||||||
|
|
||||||
Behavior on opacity
|
Behavior on opacity
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user