From 488b8457b0b3722ea67305514bf88a66b65cc1ba Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 14 Oct 2019 20:31:25 -0500 Subject: [PATCH] Ram watch - this hack is no longer needed, inputroll doesn't have this issue --- BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs | 3 --- BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs | 8 -------- 2 files changed, 11 deletions(-) diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs index 332ec7d199..da195243d7 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs @@ -898,9 +898,6 @@ // InputRoll TODO //this.WatchListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.WatchListView_ColumnClick); 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.DragEnter += new System.Windows.Forms.DragEventHandler(this.DragEnterWrapper); this.WatchListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WatchListView_KeyDown); diff --git a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs index 2f2b961cd1..dd4d5fe4cb 100644 --- a/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs +++ b/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.cs @@ -1303,14 +1303,6 @@ namespace BizHawk.Client.EmuHawk #endregion #endregion - private void WatchListView_VirtualItemsSelectionRangeChanged(object sender, ListViewVirtualItemsSelectionRangeChangedEventArgs e) - { - PokeAddressToolBarItem.Enabled = - FreezeAddressToolBarItem.Enabled = - SelectedIndices.Any() && - SelectedWatches.All(w => w.Domain.CanPoke()); - } - // Stupid designer protected void DragEnterWrapper(object sender, DragEventArgs e) {