From 7ee96b11def9c1b87909361432b66f17575c274a Mon Sep 17 00:00:00 2001 From: dugramen Date: Wed, 5 Mar 2025 14:29:23 -0500 Subject: [PATCH] Fix ItemList docs for the focus stylebox's draw order --- doc/classes/ItemList.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index aa9f05d9423..993f0506b07 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -536,7 +536,7 @@ [StyleBox] used for the cursor, when the [ItemList] is not being focused. - 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. [StyleBox] for the hovered, but not selected items.