Tasutido - slight simplification
This commit is contained in:
parent
a51eba88da
commit
d67f97c4e1
|
@ -908,7 +908,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this.TasView.LagFramesToHide = 0;
|
this.TasView.LagFramesToHide = 0;
|
||||||
this.TasView.LetKeysModifySelection = true;
|
this.TasView.LetKeysModifySelection = true;
|
||||||
this.TasView.Location = new System.Drawing.Point(3, 0);
|
this.TasView.Location = new System.Drawing.Point(3, 0);
|
||||||
this.TasView.MultiSelect = false;
|
this.TasView.MultiSelect = true;
|
||||||
this.TasView.Name = "TasView";
|
this.TasView.Name = "TasView";
|
||||||
this.TasView.Rotatable = true;
|
this.TasView.Rotatable = true;
|
||||||
this.TasView.RowCount = 0;
|
this.TasView.RowCount = 0;
|
||||||
|
|
|
@ -132,7 +132,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
TasView.QueryItemIcon += TasView_QueryItemIcon;
|
TasView.QueryItemIcon += TasView_QueryItemIcon;
|
||||||
TasView.QueryFrameLag += TasView_QueryFrameLag;
|
TasView.QueryFrameLag += TasView_QueryFrameLag;
|
||||||
TasView.PointedCellChanged += TasView_PointedCellChanged;
|
TasView.PointedCellChanged += TasView_PointedCellChanged;
|
||||||
TasView.MultiSelect = true;
|
|
||||||
LastPositionFrame = -1;
|
LastPositionFrame = -1;
|
||||||
|
|
||||||
BookMarkControl.LoadedCallback = BranchLoaded;
|
BookMarkControl.LoadedCallback = BranchLoaded;
|
||||||
|
|
Loading…
Reference in New Issue