Ensure the track list view is automatically selected after searching.

This commit is contained in:
casey 2016-06-13 00:22:08 -07:00
parent 0f8fd82a5b
commit deddc410a0

View File

@ -100,6 +100,7 @@ void BrowseLayout::InitializeWindows() {
}
void BrowseLayout::ScrollTo(const std::string& fieldType, DBID fieldId) {
this->SetFocus(this->trackList);
this->categoryList->RequeryWithField(fieldType, "", fieldId);
}