summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-05-24 22:04:19 -0400
committerBrian Potchik <brian@vector35.com>2019-05-24 22:04:19 -0400
commit42b86fa6d2d7b03ac8e6cec6df02e0dc2707ac8d (patch)
tree8f8c49f5b57a67eff53f5cd3b889b0f5a3857631 /ui/flowgraphwidget.h
parentfd47bbe9e3cf567ae355570620bd9b0e26c62120 (diff)
Initialize mouse selection mode in FlowGraphWidget.
Diffstat (limited to 'ui/flowgraphwidget.h')
-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;