diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-01-22 20:54:32 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-04-02 16:16:47 -0400 |
| commit | 62135f163f19d3362d0c95b5acd63837dab89a39 (patch) | |
| tree | 4eaf32135412409c1a2ddb7fa30e010f31a87cfa /ui/linearview.h | |
| parent | 5080deaf69b1a3b3c3a09b63e82f3310ce02cb5c (diff) | |
Make status bar buttons full height + adjustable color
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 7e616b35..2360df94 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -146,7 +146,7 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ QTimer* m_updateTimer; - ContextMenuManager m_contextMenuManager; + ContextMenuManager* m_contextMenuManager; QPointer<CommentDialog> m_commentDialog; std::map<FunctionRef, BinaryNinja::AdvancedFunctionAnalysisDataRequestor> m_analysisRequestors; |
