aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NoodleLineNumberView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2012-01-05 16:29:54 +0000
committerBibiko <bibiko@eva.mpg.de>2012-01-05 16:29:54 +0000
commit57038f69654481ed424d6b81ec8b268f2ad4a3bf (patch)
treee1befbde6eea25c715d092763f874804fa3fd8c9 /Source/NoodleLineNumberView.h
parent0c41aa3e255b646b641dc5fd9162ff3083466698 (diff)
downloadsequelpro-57038f69654481ed424d6b81ec8b268f2ad4a3bf.tar.gz
sequelpro-57038f69654481ed424d6b81ec8b268f2ad4a3bf.tar.bz2
sequelpro-57038f69654481ed424d6b81ec8b268f2ad4a3bf.zip
• sped up the line number drawing; now it's 5 times faster
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;
+
}