Tastudio - speed up selection by reducing unnecessary refresh calls
This commit is contained in:
parent
4c1b31e293
commit
590766d147
|
@ -365,8 +365,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
for (var i = startVal; i < endVal; i++)
|
||||
{
|
||||
TasView.SelectRow(i, true);
|
||||
TasView.Refresh();
|
||||
}
|
||||
|
||||
TasView.Refresh();
|
||||
}
|
||||
}
|
||||
else if (TasView.IsPaintDown && e.NewCell.RowIndex.HasValue && !string.IsNullOrEmpty(_startBoolDrawColumn))
|
||||
|
|
Loading…
Reference in New Issue