mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #103672 from dugramen/itemlist-focus-draw-order
Fix ItemList docs for the focus Stylebox's draw order
This commit is contained in:
commit
ca692bee19
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@
|
|||
[StyleBox] used for the cursor, when the [ItemList] is not being focused.
|
||||
</theme_item>
|
||||
<theme_item name="focus" data_type="style" type="StyleBox">
|
||||
The focused style for the [ItemList], drawn on top of the background, but below everything else.
|
||||
The focused style for the [ItemList], drawn on top of everything.
|
||||
</theme_item>
|
||||
<theme_item name="hovered" data_type="style" type="StyleBox">
|
||||
[StyleBox] for the hovered, but not selected items.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue