mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 12:59:59 +00:00
Fix 'Rizin Graph' widget (#3179)
This commit is contained in:
parent
beec78b4e2
commit
5a12f7c626
@ -96,7 +96,7 @@ void GenericRizinGraphView::loadCurrentGraph()
|
||||
return;
|
||||
}
|
||||
|
||||
CutterJson functionsDoc = Core()->cmdj(QString("%1j").arg(graphCommand));
|
||||
CutterJson functionsDoc = Core()->cmdj(QString("%1 json").arg(graphCommand));
|
||||
auto nodes = functionsDoc["nodes"];
|
||||
|
||||
for (CutterJson block : nodes) {
|
||||
|
Loading…
Reference in New Issue
Block a user