tag editor: fix going to right column when filename is highlighted in middle one

This commit is contained in:
Andrzej Rybczak
2011-11-23 12:22:21 +01:00
parent 4a8cfcb187
commit 8e3b0620f0

View File

@@ -819,7 +819,7 @@ bool TagEditor::NextColumn()
TagTypes->HighlightColor(Config.active_column_color);
return true;
}
else if (w == TagTypes && TagTypes->Choice() < 12 && !Tags->ReallyEmpty())
else if (w == TagTypes && TagTypes->Choice() < 13 && !Tags->ReallyEmpty())
{
TagTypes->HighlightColor(Config.main_highlight_color);
w->Refresh();