mirror of https://github.com/2dust/v2rayN
隔行着色
parent
df427d80a1
commit
5357f504d8
|
@ -240,6 +240,10 @@ namespace v2rayN.Forms
|
||||||
item.testResult
|
item.testResult
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
if (k % 2 == 1) // 隔行着色
|
||||||
|
{
|
||||||
|
lvItem.BackColor = Color.WhiteSmoke;
|
||||||
|
}
|
||||||
if (config.index.Equals(k))
|
if (config.index.Equals(k))
|
||||||
{
|
{
|
||||||
//lvItem.Checked = true;
|
//lvItem.Checked = true;
|
||||||
|
|
Loading…
Reference in New Issue