TextMate is a graphical text editor for OS X 10.7+
Revision | 031fe94fd055bdce2225943aa5c17828acd5eba0 (tree) |
---|---|
Time | 2012-08-23 04:35:55 |
Author | Allan Odgaard <git@abet...> |
Commiter | Allan Odgaard |
Fix missing underline for misspelled words
As we are using a CGImage for this, we miss out on the retina version, so this code should be revised.
@@ -13,7 +13,7 @@ namespace render | ||
13 | 13 | |
14 | 14 | void draw_spelling_dot (CGContextRef context, CGRect const& rect) |
15 | 15 | { |
16 | - static cf::image_t image("SpellingDot.tiff", "com.macromates.TextMate.OakAppKit"); | |
16 | + static cf::image_t image("SpellingDot.png", "com.macromates.TextMate.OakAppKit"); | |
17 | 17 | if(!image) |
18 | 18 | return; |
19 | 19 |