mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Merge pull request #1630 from ivandrofly/slv
[SubtitleListView] - Remove extra column index from all lvi subitem
This commit is contained in:
commit
a0c127a630
@ -765,9 +765,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
{
|
||||
if (Items[i].SubItems.Count == ColumnIndexExtra + 1)
|
||||
{
|
||||
Items[i].SubItems[ColumnIndexExtra].Text = string.Empty;
|
||||
Items[i].SubItems[ColumnIndexExtra].BackColor = BackColor;
|
||||
Items[i].SubItems[ColumnIndexExtra].ForeColor = ForeColor;
|
||||
Items[i].SubItems.RemoveAt(ColumnIndexExtra);
|
||||
}
|
||||
}
|
||||
Columns.RemoveAt(ColumnIndexExtra);
|
||||
|
Loading…
Reference in New Issue
Block a user