| Index: core/fxge/win32/fx_win32_device.cpp
|
| diff --git a/core/fxge/win32/fx_win32_device.cpp b/core/fxge/win32/fx_win32_device.cpp
|
| index a0309b0531aa1709a040952328d129ca4f396865..059a4c0c58d7a6651becb75b170f91064c3cc9cf 100644
|
| --- a/core/fxge/win32/fx_win32_device.cpp
|
| +++ b/core/fxge/win32/fx_win32_device.cpp
|
| @@ -1118,7 +1118,7 @@ FX_BOOL CGdiDeviceDriver::SetClip_PathFill(const CFX_PathData* pPathData,
|
| if (pPathData->GetPointCount() == 5) {
|
| CFX_FloatRect rectf;
|
| if (pPathData->IsRect(pMatrix, &rectf)) {
|
| - FX_RECT rect = rectf.GetOutterRect();
|
| + FX_RECT rect = rectf.GetOuterRect();
|
| IntersectClipRect(m_hDC, rect.left, rect.top, rect.right, rect.bottom);
|
| return TRUE;
|
| }
|
|
|