diff options
author | Bibiko <bibiko@eva.mpg.de> | 2012-01-05 16:29:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2012-01-05 16:29:54 +0000 |
commit | 57038f69654481ed424d6b81ec8b268f2ad4a3bf (patch) | |
tree | e1befbde6eea25c715d092763f874804fa3fd8c9 /Source/NoodleLineNumberView.h | |
parent | 0c41aa3e255b646b641dc5fd9162ff3083466698 (diff) | |
download | sequelpro-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.h | 3 |
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; + } |