tag editor: fix a few glitches in LocateSong
This commit is contained in:
@@ -969,9 +969,15 @@ void TagEditor::LocateSong(const MPD::Song &s)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// refresh window so we can be highlighted item
|
||||||
|
Dirs->refresh();
|
||||||
|
|
||||||
Tags->clear();
|
Tags->clear();
|
||||||
Update();
|
Update();
|
||||||
|
|
||||||
|
// reset TagTypes since it can be under Filename
|
||||||
|
// and then songs in right column are not visible.
|
||||||
|
TagTypes->reset();
|
||||||
// go to the right column
|
// go to the right column
|
||||||
NextColumn();
|
NextColumn();
|
||||||
NextColumn();
|
NextColumn();
|
||||||
|
|||||||
Reference in New Issue
Block a user