mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-26 22:30:22 +00:00
GUI: resolved issue #823 (weird drawing bug)
This commit is contained in:
parent
086a1a75c1
commit
6969cb8048
@ -378,7 +378,7 @@ QString Disassembly::paintContent(QPainter* painter, dsint rowBase, int rowOffse
|
||||
funcType = Function_end;
|
||||
break;
|
||||
}
|
||||
int funcsize = funcType == Function_none ? 0 : paintFunctionGraphic(painter, x, y, funcType, false);
|
||||
int funcsize = paintFunctionGraphic(painter, x, y, funcType, false);
|
||||
|
||||
painter->setPen(mFunctionPen);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user