tag editor: fix a few glitches in LocateSong

master
Andrzej Rybczak 14 years ago
parent 463b857f4e
commit 43778b3718
  1. 6
      src/tag_editor.cpp

@ -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();

Loading…
Cancel
Save