Fix selection regression in `EditorHelpSearch`
This commit is contained in:
parent
0bcc0e92b3
commit
3b7b484300
|
@ -445,6 +445,9 @@ bool EditorHelpSearch::Runner::_phase_match_classes() {
|
|||
}
|
||||
|
||||
void EditorHelpSearch::Runner::_populate_cache() {
|
||||
// Deselect to prevent re-selection issues.
|
||||
results_tree->deselect_all();
|
||||
|
||||
root_item = results_tree->get_root();
|
||||
|
||||
if (root_item) {
|
||||
|
|
Loading…
Reference in New Issue