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:
Jaime van Kessel 2019-09-04 16:37:10 +02:00
parent c2225c9afc
commit 2dbfbecd12
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -18,7 +18,7 @@ Popup
property color borderColor: UM.Theme.getColor("lining")
padding: 0
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
background: Cura.RoundedRectangle
{
color: backgroundColor