diff options
| author | kat <kat@vector35.com> | 2024-01-15 09:05:29 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-01-18 15:09:20 -0500 |
| commit | 253f277a667b1125dff6da27cd06c14a8edcaf5d (patch) | |
| tree | a3addf3af297a853aee644f2154040b473cf6582 /ui/theme.h | |
| parent | 44cdc49cbbcf337419b11ccd2135a804be540551 (diff) | |
Fix a default
Diffstat (limited to 'ui/theme.h')
| -rw-r--r-- | ui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ class BINARYNINJAUIAPI CustomFusionStyle : public QProxyStyle PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget) const override; }; -void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, BNThemeColor color = SidebarInactiveIconColor, const QString& cacheSuffix = ""); +void BINARYNINJAUIAPI pixmapForBWMaskIcon(const QString& url, QPixmap* pixmapOut, BNThemeColor color = SidebarActiveIconColor, const QString& cacheSuffix = ""); void BINARYNINJAUIAPI initThemes(); void BINARYNINJAUIAPI resetUserThemes(); |
