From c8f8735ec33e9f9ee1b6f5a3f1703d6deb3d8250 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Tue, 23 Aug 2011 22:48:21 +0000 Subject: [PATCH] Hex Editor - Oops, don't refresh on mouse move --- BizHawk.MultiClient/tools/HexEditor.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BizHawk.MultiClient/tools/HexEditor.cs b/BizHawk.MultiClient/tools/HexEditor.cs index dc4f981bcc..3e7e8bb0cd 100644 --- a/BizHawk.MultiClient/tools/HexEditor.cs +++ b/BizHawk.MultiClient/tools/HexEditor.cs @@ -13,8 +13,6 @@ namespace BizHawk.MultiClient { public partial class HexEditor : Form { - //Refactoring still TODO: proper visiable row calculations in setupscrollbar - //TODO: //Find text box - autohighlights matches, and shows total matches //Users can customize background, & text colors @@ -743,7 +741,6 @@ namespace BizHawk.MultiClient SetAddressOver(e.X, e.Y); Pointedx = e.X; Pointedy = e.Y; - MemoryViewerBox.Refresh(); } private void AddressesLabel_MouseClick(object sender, MouseEventArgs e)