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/typeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/typeview.h') diff --git a/ui/typeview.h b/ui/typeview.h index 3c8e7a84..02ab1708 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -118,7 +118,7 @@ class BINARYNINJAUIAPI TypeView: public QAbstractScrollArea, public View, public Qt::KeyboardModifiers m_ctrl, m_command; - ContextMenuManager m_contextMenuManager; + ContextMenuManager* m_contextMenuManager; QAction* m_actionCopy; QAction* m_actionSelectAll; -- cgit v1.3.1