fix nasty bug related to overlapping names
This commit is contained in:
@@ -213,7 +213,7 @@ void MediaLibrary::switchTo()
|
|||||||
if (hasTwoColumns)
|
if (hasTwoColumns)
|
||||||
{
|
{
|
||||||
if (w == Tags)
|
if (w == Tags)
|
||||||
NextColumn();
|
nextColumn();
|
||||||
if (Config.titles_visibility)
|
if (Config.titles_visibility)
|
||||||
{
|
{
|
||||||
std::string item_type = lowercase(tagTypeToString(Config.media_lib_primary_tag));
|
std::string item_type = lowercase(tagTypeToString(Config.media_lib_primary_tag));
|
||||||
|
|||||||
@@ -992,8 +992,8 @@ void TagEditor::LocateSong(const MPD::Song &s)
|
|||||||
// and then songs in right column are not visible.
|
// and then songs in right column are not visible.
|
||||||
TagTypes->reset();
|
TagTypes->reset();
|
||||||
// go to the right column
|
// go to the right column
|
||||||
NextColumn();
|
nextColumn();
|
||||||
NextColumn();
|
nextColumn();
|
||||||
|
|
||||||
// highlight our file
|
// highlight our file
|
||||||
for (size_t i = 0; i < Tags->size(); ++i)
|
for (size_t i = 0; i < Tags->size(); ++i)
|
||||||
|
|||||||
Reference in New Issue
Block a user