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:
Allan Odgaard
2012-08-22 21:35:55 +02:00
parent 51cb92b527
commit 031fe94fd0

View File

@@ -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;