mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix export graph in contextmenu (#593)
It was only exporting the help text of ag
This commit is contained in:
parent
1fa4a5c6bf
commit
afd6c2fd67
@ -733,7 +733,7 @@ void DisassemblerGraphView::on_actionExportGraph_triggered()
|
||||
return;
|
||||
}
|
||||
QTextStream fileOut(&file);
|
||||
fileOut << Core()->cmd("ag -");
|
||||
fileOut << Core()->cmd("agfd $FB");
|
||||
}
|
||||
|
||||
void DisassemblerGraphView::wheelEvent(QWheelEvent *event)
|
||||
|
Loading…
Reference in New Issue
Block a user