From 64716f01e27a9c8ec28cfa9fd9e9822930a14ada Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 12 Dec 2009 18:26:12 +0000 Subject: Applied the 'recap.zip' files to the Cocoa patch. About diaog now correct. Much other stuff should work better now. Exciting! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6965 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_font_mac.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_font_mac.cxx') diff --git a/src/fl_font_mac.cxx b/src/fl_font_mac.cxx index 924cd96e2..8fdbe6b3d 100644 --- a/src/fl_font_mac.cxx +++ b/src/fl_font_mac.cxx @@ -483,7 +483,7 @@ else { ATSUAttributeTag iTag = kATSUCGContextTag; ATSUAttributeValuePtr iValuePtr=&fl_gc; ATSUSetLayoutControls(layout, 1, &iTag, &iSize, &iValuePtr); - + err = ATSUSetTextPointerLocation(layout, uniStr, kATSUFromTextBeginning, n, n); #if defined(__APPLE_COCOA__) CGContextSetShouldAntialias(fl_gc, true); -- cgit v1.2.3