fix another project without Mode

This commit is contained in:
Kulikova Svetlana
2022-11-21 16:18:26 +03:00
parent d36b6038a2
commit edd5d6aead
9 changed files with 76 additions and 106 deletions

View File

@ -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;
}