mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug in text command renderer
This commit is contained in:
@ -236,6 +236,7 @@ void CTextCommandRenderer::CTextCommandRendererImpl::NewPage()
|
||||
{
|
||||
ResetMinMax();
|
||||
m_nCurrColorIndex = 0;
|
||||
m_bIsFirst = true;
|
||||
}
|
||||
void CTextCommandRenderer::CTextCommandRendererImpl::SetFolder(const std::wstring& wsFolder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user