diff options
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 84cf1c22..4814fc6b 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -119,12 +119,15 @@ class StickyHeader: public QWidget LinearView* m_parent; BinaryViewRef m_data; + uint64_t m_gutterWidth; + uint64_t m_gutterWidthChars; + LinearViewLine m_line; public: StickyHeader(LinearView* parent, BinaryViewRef data); void update(const LinearViewLine& line); - void updateFonts() { m_render.update(); } + void updateFonts(); virtual void paintEvent(QPaintEvent* event) override; }; |
