mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 21:55:24 +00:00
Ensure the track list view is automatically selected after searching.
This commit is contained in:
parent
0f8fd82a5b
commit
deddc410a0
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user