tastudio - performance related tweaks
This commit is contained in:
parent
0397ea1ff4
commit
8db6957e4a
|
@ -31,7 +31,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
public void UpdateValues()
|
public void UpdateValues()
|
||||||
{
|
{
|
||||||
Refresh();
|
MarkerView.BlazingFast = true;
|
||||||
|
MarkerView.ItemCount = Tastudio.CurrentMovie.Markers.Count;
|
||||||
|
MarkerView.BlazingFast = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void MarkerView_QueryItemBkColor(int index, int column, ref Color color)
|
private void MarkerView_QueryItemBkColor(int index, int column, ref Color color)
|
||||||
|
|
|
@ -225,7 +225,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
public void RefreshDialog()
|
public void RefreshDialog()
|
||||||
{
|
{
|
||||||
|
TasView.BlazingFast = true;
|
||||||
TasView.ItemCount = _tas.InputLogLength + 1;
|
TasView.ItemCount = _tas.InputLogLength + 1;
|
||||||
|
TasView.BlazingFast = false;
|
||||||
if (MarkerControl != null)
|
if (MarkerControl != null)
|
||||||
{
|
{
|
||||||
MarkerControl.Refresh();
|
MarkerControl.Refresh();
|
||||||
|
|
Loading…
Reference in New Issue