mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix ItemList docs for the focus stylebox's draw order
This commit is contained in:
parent
134da37497
commit
7ee96b11de
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