diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-10-18 20:27:38 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-10-18 21:35:39 -0400 |
| commit | 7cb009413ced6607194ff76d43f4d22c687c1d2d (patch) | |
| tree | 94b738338ea8626c622cfcb1d5720df222cb7eb2 /ui/linearview.h | |
| parent | f874a8ac57bd95c3ad39405bbb191993845d17cd (diff) | |
Fix sticky header visibility.
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index a33341ef..8523f1e2 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -223,6 +223,10 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub std::set<size_t> m_relatedIndexHighlights; std::set<uint64_t> m_relatedInstructionHighlights; + void updateStickyHeaderLine(); + void updateStickyHeaderVisibility(); + bool shouldShowStickyHeader() const; + SettingsRef m_settings; DisassemblySettingsRef m_options; BinaryNinja::FunctionViewType m_ilViewType, m_prevILViewType = InvalidILViewType; |
