mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
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:
parent
21544bb666
commit
45123d7466
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user