ide: cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7850 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-10-31 13:54:37 +00:00
parent b724e70cfc
commit 33b64f2b7b

View file

@ -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,