Skip to content

Commit 4bda0ac

Browse files
committed
Use new icons for code folding feature.
1 parent ce8cdfc commit 4bda0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/render.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ class BINARYNINJAUIAPI RenderContext
9090
FontParameters m_fontParams;
9191
bool m_drawIndents;
9292
std::vector<QColor> m_braceColors;
93+
QIcon m_collapsedIcon;
94+
QIcon m_expandedIcon;
9395

9496
public:
9597
RenderContext(QWidget* parent, float fontScale = 1.0f);

0 commit comments

Comments
 (0)