Fix Button not listing hover_pressed stylebox

(cherry picked from commit cc11089786)
This commit is contained in:
Haoyu Qiu
2024-10-25 12:30:08 +08:00
committed by lawnjelly
parent a608af586c
commit 5548c60582
2 changed files with 4 additions and 0 deletions

View File

@@ -113,6 +113,9 @@
<theme_item name="hover" data_type="style" type="StyleBox">
[StyleBox] used when the [Button] is being hovered.
</theme_item>
<theme_item name="hover_pressed" data_type="style" type="StyleBox">
[StyleBox] used when the [Button] is being hovered and pressed.
</theme_item>
<theme_item name="normal" data_type="style" type="StyleBox">
Default [StyleBox] for the [Button].
</theme_item>