summaryrefslogtreecommitdiff
path: root/core/fxge/apple/fx_apple_platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/apple/fx_apple_platform.cpp')
-rw-r--r--core/fxge/apple/fx_apple_platform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxge/apple/fx_apple_platform.cpp b/core/fxge/apple/fx_apple_platform.cpp
index 2108d4d2e4..211e5745e2 100644
--- a/core/fxge/apple/fx_apple_platform.cpp
+++ b/core/fxge/apple/fx_apple_platform.cpp
@@ -72,6 +72,7 @@ FX_BOOL CGDrawGlyphRun(CGContextRef pContext,
}
if (bNegSize) {
new_matrix.a = -new_matrix.a;
+ new_matrix.c = -new_matrix.c;
} else {
new_matrix.b = -new_matrix.b;
new_matrix.d = -new_matrix.d;