From 42b86fa6d2d7b03ac8e6cec6df02e0dc2707ac8d Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 24 May 2019 22:04:19 -0400 Subject: Initialize mouse selection mode in FlowGraphWidget. --- ui/flowgraphwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.3.1