mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue