| Index: core/fxge/win32/fx_win32_print.cpp
|
| diff --git a/core/fxge/win32/fx_win32_print.cpp b/core/fxge/win32/fx_win32_print.cpp
|
| index c78546a5138a4382e61895ff79a48bee6fc15d0e..eea91bae93f5dfe5edc19d9944f22b7c7abb4fe5 100644
|
| --- a/core/fxge/win32/fx_win32_print.cpp
|
| +++ b/core/fxge/win32/fx_win32_print.cpp
|
| @@ -169,7 +169,7 @@ FX_BOOL CGdiPrinterDriver::StartDIBits(const CFX_DIBSource* pSource,
|
| return FALSE;
|
| }
|
| CFX_FloatRect unit_rect = pMatrix->GetUnitRect();
|
| - FX_RECT full_rect = unit_rect.GetOutterRect();
|
| + FX_RECT full_rect = unit_rect.GetOuterRect();
|
| if (FXSYS_fabs(pMatrix->b) < 0.5f && pMatrix->a != 0 &&
|
| FXSYS_fabs(pMatrix->c) < 0.5f && pMatrix->d != 0) {
|
| FX_BOOL bFlipX = pMatrix->a < 0;
|
|
|