mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 08:22:08 +08:00
fix another project without Mode
This commit is contained in:
@ -4826,7 +4826,7 @@ namespace PdfReader
|
||||
m_pRenderer->EndConvertCoordsToIdentity();
|
||||
}
|
||||
|
||||
if (m_sClip[i].GetPathNum() > 0 && !m_sClip[i].GetTextClip())
|
||||
if (m_sClip[i].GetPathNum() > 0)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user