mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
Fix bug 45334
This commit is contained in:
@ -803,7 +803,7 @@ int CPdfFile::GetRotate(int nPageIndex)
|
||||
{
|
||||
if (!m_pInternal->pReader)
|
||||
return 0;
|
||||
m_pInternal->pReader->GetRotate(nPageIndex);
|
||||
return m_pInternal->pReader->GetRotate(nPageIndex);
|
||||
}
|
||||
void CPdfFile::DrawPageOnRenderer(IRenderer* pRenderer, int nPageIndex, bool* pBreak)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user