mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
fix bug #75800
This commit is contained in:
@ -1052,7 +1052,8 @@ namespace DocFileFormat
|
||||
{
|
||||
if (nAdjValues)
|
||||
{
|
||||
m_pXmlWriter->WriteAttribute(L"arcsize", m_nAdjValues[0]);
|
||||
double dArcsize = m_nAdjValues[0] / 21600.;
|
||||
m_pXmlWriter->WriteAttribute(L"arcsize", dArcsize);
|
||||
}
|
||||
}
|
||||
else if (DocFileFormat::msosptPictureFrame == nCode)
|
||||
|
||||
Reference in New Issue
Block a user