tag editor: fix a few glitches in LocateSong

This commit is contained in:
Andrzej Rybczak
2012-09-10 23:14:09 +02:00
parent 463b857f4e
commit 43778b3718

View File

@@ -969,9 +969,15 @@ void TagEditor::LocateSong(const MPD::Song &s)
break;
}
}
// refresh window so we can be highlighted item
Dirs->refresh();
Tags->clear();
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
NextColumn();
NextColumn();