From a02db876fbd554eb731fe1f23e194abd772bd9e0 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 9 Oct 2023 22:34:42 -0400 Subject: Add member for indicator paint option. --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 07661770..94cbd27f 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -209,6 +209,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : bool isFunctionHeader(); + bool m_enableBlockIndicators = false; + public: FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef()); ~FlowGraphWidget(); -- cgit v1.3.1