Tasutido - slight simplification

This commit is contained in:
adelikat 2020-07-24 13:20:24 -05:00
parent a51eba88da
commit d67f97c4e1
2 changed files with 1 additions and 2 deletions

View File

@ -908,7 +908,7 @@ namespace BizHawk.Client.EmuHawk
this.TasView.LagFramesToHide = 0;
this.TasView.LetKeysModifySelection = true;
this.TasView.Location = new System.Drawing.Point(3, 0);
this.TasView.MultiSelect = false;
this.TasView.MultiSelect = true;
this.TasView.Name = "TasView";
this.TasView.Rotatable = true;
this.TasView.RowCount = 0;

View File

@ -132,7 +132,6 @@ namespace BizHawk.Client.EmuHawk
TasView.QueryItemIcon += TasView_QueryItemIcon;
TasView.QueryFrameLag += TasView_QueryFrameLag;
TasView.PointedCellChanged += TasView_PointedCellChanged;
TasView.MultiSelect = true;
LastPositionFrame = -1;
BookMarkControl.LoadedCallback = BranchLoaded;