summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2020-08-17 18:38:22 -0400
committerJosh Ferrell <josh@vector35.com>2020-10-06 19:40:50 -0400
commit02003b1956aa818577cd7d92b5d5fc743cd1b6ac (patch)
tree357e302f0d84e15229c5c51ebcf330a6e137849b /ui
parentf36ae0b490e1a975af86bd7b1ad6e729b7430929 (diff)
Add proper indentation guides
Diffstat (limited to 'ui')
-rw-r--r--ui/render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/render.h b/ui/render.h
index 770326ab..5c05c4b6 100644
--- a/ui/render.h
+++ b/ui/render.h
@@ -60,6 +60,7 @@ class BINARYNINJAUIAPI RenderContext
{
QWidget* m_owner;
FontParameters m_fontParams;
+ bool m_drawIndents;
public:
RenderContext(QWidget* parent, float fontScale = 1.0f);