Debugger: Memory Tools - Fixed UI refresh problem when using Home/End keys to navigate while the first/last byte is already visible on the screen (caret did not move properly)
This commit is contained in:
parent
7782fae054
commit
cd299c2710
1 changed files with 2 additions and 2 deletions
|
@ -596,7 +596,7 @@ namespace Be.Windows.Forms
|
||||||
_hexBox.ScrollByteIntoView();
|
_hexBox.ScrollByteIntoView();
|
||||||
_hexBox.UpdateCaret();
|
_hexBox.UpdateCaret();
|
||||||
_hexBox.ReleaseSelection();
|
_hexBox.ReleaseSelection();
|
||||||
|
_hexBox.Invalidate();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -615,7 +615,7 @@ namespace Be.Windows.Forms
|
||||||
_hexBox.ScrollByteIntoView();
|
_hexBox.ScrollByteIntoView();
|
||||||
_hexBox.UpdateCaret();
|
_hexBox.UpdateCaret();
|
||||||
_hexBox.ReleaseSelection();
|
_hexBox.ReleaseSelection();
|
||||||
|
_hexBox.Invalidate();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue