From 62135f163f19d3362d0c95b5acd63837dab89a39 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 22 Jan 2021 20:54:32 -0500 Subject: Make status bar buttons full height + adjustable color --- ui/flowgraphwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 1a8774e2..ef2a4df7 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -107,7 +107,7 @@ class BINARYNINJAUIAPI FlowGraphWidget: public QAbstractScrollArea, public View, std::set m_relatedIndexHighlights; std::set m_relatedInstructionHighlights; - ContextMenuManager m_contextMenuManager; + ContextMenuManager* m_contextMenuManager; QPointer m_commentDialog; BinaryNinja::Ref m_pendingHistoryEntry, m_layoutHistoryEntry; -- cgit v1.3.1