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

Correctly select items in WX search

parent 46aa3fb0
......@@ -1017,6 +1017,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