diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-10-14 18:23:17 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-10-18 21:35:39 -0400 |
| commit | 717e275881f4e1e1255e733e33ad8e7c8445d377 (patch) | |
| tree | ec09094622abaf87916efe72ac8bf2744e522bfe /ui | |
| parent | 3bf1ef60401d046600c2a3f0c804a5537b63e348 (diff) | |
Fix sticky header not updating on theme change.
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/linearview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 96cff8e8..3a490367 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -135,6 +135,7 @@ public: void updateLine(const LinearViewLine& line); void updateViewType(const BinaryNinja::FunctionViewType& viewType); void updateFonts(); + void updateTheme(); virtual void paintEvent(QPaintEvent* event) override; }; @@ -490,6 +491,7 @@ public: virtual StatusBarWidget* getStatusBarWidget() override; virtual ViewPaneHeaderSubtypeWidget* getHeaderSubtypeWidget() override; virtual QWidget* getHeaderOptionsWidget() override; + virtual void updateTheme() override; virtual void followPointer(); |
