mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
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.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace render
|
||||
|
||||
void draw_spelling_dot (CGContextRef context, CGRect const& rect)
|
||||
{
|
||||
static cf::image_t image("SpellingDot.tiff", "com.macromates.TextMate.OakAppKit");
|
||||
static cf::image_t image("SpellingDot.png", "com.macromates.TextMate.OakAppKit");
|
||||
if(!image)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user