summaryrefslogtreecommitdiff
path: root/ui/theme.h
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-01-15 09:05:29 -0500
committerAlexander Taylor <alex@vector35.com>2024-01-18 15:09:20 -0500
commit253f277a667b1125dff6da27cd06c14a8edcaf5d (patch)
treea3addf3af297a853aee644f2154040b473cf6582 /ui/theme.h
parent44cdc49cbbcf337419b11ccd2135a804be540551 (diff)
Fix a default
Diffstat (limited to 'ui/theme.h')
-rw-r--r--ui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/theme.h b/ui/theme.h
index 381664cb..427c1779 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -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();