Ram watch - this hack is no longer needed, inputroll doesn't have this issue
This commit is contained in:
parent
f875bf656d
commit
488b8457b0
|
@ -898,9 +898,6 @@
|
||||||
// InputRoll TODO
|
// InputRoll TODO
|
||||||
//this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick);
|
//this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick);
|
||||||
this.WatchListView.SelectedIndexChanged += new System.EventHandler(this.WatchListView_SelectedIndexChanged);
|
this.WatchListView.SelectedIndexChanged += new System.EventHandler(this.WatchListView_SelectedIndexChanged);
|
||||||
|
|
||||||
// InputRoll TODO
|
|
||||||
//this.WatchListView.VirtualItemsSelectionRangeChanged += new System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler(this.WatchListView_VirtualItemsSelectionRangeChanged);
|
|
||||||
this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop);
|
this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamWatch_DragDrop);
|
||||||
this.WatchListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.DragEnterWrapper);
|
this.WatchListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.DragEnterWrapper);
|
||||||
this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown);
|
this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown);
|
||||||
|
|
|
@ -1303,14 +1303,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
#endregion
|
#endregion
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private void WatchListView_VirtualItemsSelectionRangeChanged(object sender, ListViewVirtualItemsSelectionRangeChangedEventArgs e)
|
|
||||||
{
|
|
||||||
PokeAddressToolBarItem.Enabled =
|
|
||||||
FreezeAddressToolBarItem.Enabled =
|
|
||||||
SelectedIndices.Any() &&
|
|
||||||
SelectedWatches.All(w => w.Domain.CanPoke());
|
|
||||||
}
|
|
||||||
|
|
||||||
// Stupid designer
|
// Stupid designer
|
||||||
protected void DragEnterWrapper(object sender, DragEventArgs e)
|
protected void DragEnterWrapper(object sender, DragEventArgs e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue