Commit b40f45d6 authored by Clément Stenac's avatar Clément Stenac

Correctly select items in WX search

parent 6034bfdd
......@@ -1016,6 +1016,7 @@ void Playlist::OnSearch( wxCommandEvent& WXUNUSED(event) )
{
search_current = found;
treectrl->EnsureVisible( found );
treectrl->UnselectAll();
treectrl->SelectItem( found, true );
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment