8000 Merge pull request #2690 from mdboom/mac-compile · matplotlib/matplotlib@419fd84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 419fd84

Browse files
committed
Merge pull request #2690 from mdboom/mac-compile
Build failure on MacOS X 10.5.8 (PowerPC G5) with Python 3.3.3
2 parents 124fbea + e7e9ec8 commit 419fd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_macosx.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ static CGRect _find_enclosing_rect(CGPoint points[3])
28242824
&italic,
28252825
&angle)) return NULL;
28262826

2827-
if (!(atsfont = setfont(cr, family, size, weight, italic))
2827+
if (!(atsfont = setfont(cr, family, size, weight, italic)))
28282828
{
28292829
return NULL;
28302830
}

0 commit comments

Comments
 (0)
0