diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-24 22:04:19 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-24 22:04:19 -0400 |
| commit | 42b86fa6d2d7b03ac8e6cec6df02e0dc2707ac8d (patch) | |
| tree | 8f8c49f5b57a67eff53f5cd3b889b0f5a3857631 /ui/flowgraphwidget.h | |
| parent | fd47bbe9e3cf567ae355570620bd9b0e26c62120 (diff) | |
Initialize mouse selection mode in FlowGraphWidget.
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
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; |
