Skip to content

Commit 6fea273

Browse files
committed
Merge pull request #87476 from AThousandShips/search_fix
Fix selection regression in `EditorHelpSearch`
2 parents a07df64 + 3b7b484 commit 6fea273

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editor/editor_help_search.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ bool EditorHelpSearch::Runner::_phase_match_classes() {
445445
}
446446

447447
void EditorHelpSearch::Runner::_populate_cache() {
448+
// Deselect to prevent re-selection issues.
449+
results_tree->deselect_all();
450+
448451
root_item = results_tree->get_root();
449452

450453
if (root_item) {

0 commit comments

Comments
 (0)