mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 22:53:49 +00:00
Don't refresh graph breakpoints during redraw.
This commit is contained in:
parent
756850ae27
commit
550c416c04
@ -170,6 +170,7 @@ void DisassemblerGraphView::refreshView()
|
||||
{
|
||||
CutterGraphView::refreshView();
|
||||
loadCurrentGraph();
|
||||
breakpoints = Core()->getBreakpointsAddresses();
|
||||
emit viewRefreshed();
|
||||
}
|
||||
|
||||
@ -370,8 +371,6 @@ void DisassemblerGraphView::drawBlock(QPainter &p, GraphView::GraphBlock &block,
|
||||
p.setFont(Config()->getFont());
|
||||
p.drawRect(blockRect);
|
||||
|
||||
breakpoints = Core()->getBreakpointsAddresses();
|
||||
|
||||
// Render node
|
||||
DisassemblyBlock &db = disassembly_blocks[block.entry];
|
||||
bool block_selected = false;
|
||||
|
Loading…
Reference in New Issue
Block a user