summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/flowgraphwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index d356b8fc..7ede8e51 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -89,7 +89,7 @@ class BINARYNINJAUIAPI FlowGraphWidget: public QAbstractScrollArea, public View,
bool m_scrollMode;
int m_scrollBaseX, m_scrollBaseY;
- bool m_mouseSelectMode;
+ bool m_mouseSelectMode = false;
FlowGraphNodeRef m_selectedNode, m_selectedEdgeSource;
bool m_selectedEdgeIncoming = false;