Fix issue drawing disabled buttons in highlight state

This happen in some cases where a combobox is displayed above the
disabled button and we close the popup window of the combobox.
This commit is contained in:
David Capello 2018-12-12 00:37:49 -03:00
parent 21544bb666
commit 45123d7466

View File

@ -533,6 +533,7 @@
<background-border part="button_hot" state="mouse" />
<background-border part="button_focused" state="focus" />
<background-border part="button_selected" state="selected" />
<background-border part="button_normal" state="mouse disabled" />
<text color="button_normal_text" />
<text color="button_hot_text" state="mouse" />
<text color="button_selected_text" state="selected" />