mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
Disable asm.bbline for graph
This commit is contained in:
parent
f21cdfa5c0
commit
9f945ca585
@ -113,7 +113,8 @@ void DisassemblerGraphView::loadCurrentGraph()
|
|||||||
{
|
{
|
||||||
TempConfig tempConfig;
|
TempConfig tempConfig;
|
||||||
tempConfig.set("scr.html", true)
|
tempConfig.set("scr.html", true)
|
||||||
.set("scr.color", true);
|
.set("scr.color", true)
|
||||||
|
.set("asm.bbline", false);
|
||||||
QJsonDocument functionsDoc = Core()->cmdj("agJ");
|
QJsonDocument functionsDoc = Core()->cmdj("agJ");
|
||||||
QJsonArray functions = functionsDoc.array();
|
QJsonArray functions = functionsDoc.array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user