diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-04-29 00:24:56 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-04-29 22:37:08 -0400 |
| commit | 9f9ec1403b215743a45dd3f50cbd1683143842de (patch) | |
| tree | 8bd3a84acd0ca592ffaf63e192ca7618ed71094d | |
| parent | bd7de3ec2b41046f865ac3bcfd2fd770a44ce357 (diff) | |
Add horizontal scrolling to History View.
| -rw-r--r-- | ui/historyview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/historyview.h b/ui/historyview.h index 80e356f6..3297e81b 100644 --- a/ui/historyview.h +++ b/ui/historyview.h @@ -67,6 +67,7 @@ class BINARYNINJAUIAPI HistoryEntryItemDelegate : public QStyledItemDelegate void updateFonts(); virtual void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const override; + virtual QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const override; }; |
