diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-11-01 19:19:45 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-11-01 20:07:10 -0400 |
| commit | 40642b7fc3b212066093952e4adcd77da5e18177 (patch) | |
| tree | 4f86cc65a0f9fc2e9dde614d49e17b3d9f6845c3 | |
| parent | 4b6fb132a97a7852e69a746e2e259bf423b14969 (diff) | |
Add support for transient scrollbars.
| -rw-r--r-- | ui/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle StandardPixmap standardIcon, const QStyleOption* option, const QWidget* widget) const override; virtual QPixmap standardPixmap( StandardPixmap standardPixmap, const QStyleOption* option, const QWidget* widget) const override; + virtual int styleHint( + QStyle::StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const override; }; |
