ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/UI/UIMemoryViewer.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/UI/UIMemoryViewer.cs (file contents):
Revision 215 by william, Sat Jun 2 10:43:05 2012 UTC vs.
Revision 216 by william, Sat Jun 2 10:52:06 2012 UTC

--- trunk/RomCheater/Docking/UI/UIMemoryViewer.cs	2012/06/02 10:49:50	215
+++ trunk/RomCheater/Docking/UI/UIMemoryViewer.cs	2012/06/02 10:52:06	216
@@ -120,7 +120,7 @@ namespace RomCheater.Docking.UI
         uint CURRENT_TOP_ADDR
         {
             get { return _CURRENT_TOP_ADDR; }
-            set { _CURRENT_TOP_ADDR = value; }
+            set { txthexGoto.Value = _CURRENT_TOP_ADDR = value; }
         }
         //uint CURRENT_BOITTOM_ADDR() { return CURRENT_TOP_ADDR + max_ram_view; }
         private void UpdateMaxRamView()