From 32e8125a871a2ec02d1256b5913e2b8ae795cee1 Mon Sep 17 00:00:00 2001 From: Sour Date: Mon, 27 May 2024 16:53:42 +0900 Subject: [PATCH] Debugger: Fixed memory viewer display issue/freeze in some scenarios when highlight breakpoints option is enabled --- UI/Debugger/Controls/HexEditor.HexViewDrawOperation.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/Debugger/Controls/HexEditor.HexViewDrawOperation.cs b/UI/Debugger/Controls/HexEditor.HexViewDrawOperation.cs index c309d9104..49f388a3d 100644 --- a/UI/Debugger/Controls/HexEditor.HexViewDrawOperation.cs +++ b/UI/Debugger/Controls/HexEditor.HexViewDrawOperation.cs @@ -63,7 +63,8 @@ public HexViewDrawOperation(HexEditor he, List dataToDraw, HashSet