mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fix a font issue in the Graph widget (#1287)
This commit is contained in:
parent
0be50ac36f
commit
ec62045336
@ -374,6 +374,7 @@ void DisassemblerGraphView::drawBlock(QPainter &p, GraphView::GraphBlock &block)
|
||||
|
||||
p.setPen(Qt::black);
|
||||
p.setBrush(Qt::gray);
|
||||
p.setFont(Config()->getFont());
|
||||
p.drawRect(blockX, blockY, block.width, block.height);
|
||||
|
||||
breakpoints = Core()->getBreakpointsAddresses();
|
||||
|
Loading…
Reference in New Issue
Block a user