Skip to content

Commit a02db87

Browse files
committed
Add member for indicator paint option.
1 parent d07de14 commit a02db87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/flowgraphwidget.h

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ class BINARYNINJAUIAPI FlowGraphWidget :
209209

210210
bool isFunctionHeader();
211211

212+
bool m_enableBlockIndicators = false;
213+
212214
public:
213215
FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef());
214216
~FlowGraphWidget();

0 commit comments

Comments
 (0)