From 33b64f2b7b5323ddc05d4cb6d4c8a80fd45adf14 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 31 Oct 2014 13:54:37 +0000 Subject: [PATCH] ide: cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@7850 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Debuggers/Disas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/Debuggers/Disas.cpp b/uppsrc/ide/Debuggers/Disas.cpp index e9231870e..f5f6d43e9 100644 --- a/uppsrc/ide/Debuggers/Disas.cpp +++ b/uppsrc/ide/Debuggers/Disas.cpp @@ -39,7 +39,7 @@ void DbgDisas::Paint(Draw& w) : i & 1 ? Blend(SColorMark, SColorPaper, 220) : SColorPaper()); if(sz.cx > bcx * 15) { bool lbl = taddr.Find(addr[i]) >= 0; - if(lbl) + if(lbl && i != cursor) w.DrawRect(0, y, box.cx, box.cy, lblpaper); w.DrawText(0, y, mode64 ? Sprintf("%16llX", (uint64)addr[i]) : Sprintf("%08X", (uint32)addr[i]), hexfont,