• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TextMate is a graphical text editor for OS X 10.7+


Commit MetaInfo

修訂031fe94fd055bdce2225943aa5c17828acd5eba0 (tree)
時間2012-08-23 04:35:55
作者Allan Odgaard <git@abet...>
CommiterAllan Odgaard

Log Message

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.

Change Summary

差異

--- a/Frameworks/layout/src/render.cc
+++ b/Frameworks/layout/src/render.cc
@@ -13,7 +13,7 @@ namespace render
1313
1414 void draw_spelling_dot (CGContextRef context, CGRect const& rect)
1515 {
16- static cf::image_t image("SpellingDot.tiff", "com.macromates.TextMate.OakAppKit");
16+ static cf::image_t image("SpellingDot.png", "com.macromates.TextMate.OakAppKit");
1717 if(!image)
1818 return;
1919