From 031fe94fd055bdce2225943aa5c17828acd5eba0 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 22 Aug 2012 21:35:55 +0200 Subject: [PATCH] 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. --- Frameworks/layout/src/render.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/layout/src/render.cc b/Frameworks/layout/src/render.cc index 44981270..ff177359 100644 --- a/Frameworks/layout/src/render.cc +++ b/Frameworks/layout/src/render.cc @@ -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;