From 138958c7cb8ef360cb4e10d133f1e2b22db07d93 Mon Sep 17 00:00:00 2001 From: kobewi Date: Wed, 27 May 2026 20:51:38 +0200 Subject: [PATCH] Clarify that search_bar_min_item_count does not count separators --- doc/classes/PopupMenu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 9ecb2a02b0..f5fd7f6018 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -711,7 +711,7 @@ Sets the maximum number of mismatches allowed in each search result when fuzzy searching is enabled for the [PopupMenu] search bar. Any item with more mismatches will be hidden from the search results. - Sets the minimum number of items required for the search bar to be visible. [member search_bar_enabled] must be [code]true[/code] for this to have any effect. + Sets the minimum number of items required for the search bar to be visible. [member search_bar_enabled] must be [code]true[/code] for this to have any effect. Separator items are not counted. If [code]true[/code], shrinks [PopupMenu] to minimum height when it's shown.