mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 09:09:03 +08:00
Ensure that show/hide behavior of the qualities intent menu is correct
It would previously blink if you pressed the button, as a click outside would hide it due to close policy, but a mouse release would show it again (as it's hidden and that's what the on clicked of the button did) CURA-6598
This commit is contained in:
parent
c2225c9afc
commit
2dbfbecd12
@ -18,7 +18,7 @@ Popup
|
|||||||
property color borderColor: UM.Theme.getColor("lining")
|
property color borderColor: UM.Theme.getColor("lining")
|
||||||
|
|
||||||
padding: 0
|
padding: 0
|
||||||
|
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||||
background: Cura.RoundedRectangle
|
background: Cura.RoundedRectangle
|
||||||
{
|
{
|
||||||
color: backgroundColor
|
color: backgroundColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user