aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NoodleLineNumberView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/NoodleLineNumberView.h')
-rw-r--r--Source/NoodleLineNumberView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/NoodleLineNumberView.h b/Source/NoodleLineNumberView.h
index 09805a4e..e3e96873 100644
--- a/Source/NoodleLineNumberView.h
+++ b/Source/NoodleLineNumberView.h
@@ -40,6 +40,7 @@
NSColor *textColor;
NSColor *alternateTextColor;
NSColor *backgroundColor;
+ CGFloat maxHeightOfGlyph;
CGFloat maxWidthOfGlyph;
CGFloat maxWidthOfGlyph1;
CGFloat maxWidthOfGlyph2;
@@ -67,6 +68,8 @@
NSLayoutManager *layoutManager;
NSTextContainer *container;
+ NSTextView *clientView;
+
}