Skip to content
Snippets Groups Projects
Commit a517b517 authored by George Nachman's avatar George Nachman
Browse files

Adhoc build 1.0.0.20131207_172727

parent 007387a3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6467,7 +6467,7 @@ static double EuclideanDistance(NSPoint p1, NSPoint p2) {
NSGraphicsContext *ctx = [NSGraphicsContext currentContext];
[ctx saveGraphicsState];
[ctx setCompositingOperation:NSCompositeSourceOver];
if (IsLionOrLater()) {
if (0) {
CTFontDrawGlyphsFunction *drawGlyphsFunction = GetCTFontDrawGlyphsFunction();
assert(drawGlyphsFunction);
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment