mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7850 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b724e70cfc
commit
33b64f2b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue