GUI: resolved issue #823 (weird drawing bug)

This commit is contained in:
mrexodia 2016-07-05 23:20:47 +02:00
parent 086a1a75c1
commit 6969cb8048
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4

View File

@ -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);