tag editor: fix going to right column when filename is highlighted in middle one
This commit is contained in:
@@ -819,7 +819,7 @@ bool TagEditor::NextColumn()
|
|||||||
TagTypes->HighlightColor(Config.active_column_color);
|
TagTypes->HighlightColor(Config.active_column_color);
|
||||||
return true;
|
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);
|
TagTypes->HighlightColor(Config.main_highlight_color);
|
||||||
w->Refresh();
|
w->Refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user