Skip to content

Commit

Permalink
Correctly select items in WX search
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Stenac committed Nov 20, 2005
1 parent 6034bfd commit b40f45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gui/wxwidgets/dialogs/playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ void Playlist::OnSearch( wxCommandEvent& WXUNUSED(event) )
{
search_current = found;
treectrl->EnsureVisible( found );
treectrl->UnselectAll();
treectrl->SelectItem( found, true );
}
}
Expand Down

0 comments on commit b40f45d

Please sign in to comment.