mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
ошибк
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63120 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
f3f9bce6b9
commit
736ef7cbf4
@ -386,8 +386,8 @@ TBBox CFontManager::MeasureString()
|
||||
float fT, fB, fL, fR;
|
||||
m_oString.GetBBox(&fL, &fT, &fR, &fB, nIndex);
|
||||
|
||||
if (oBox.fMaxX < fB)
|
||||
oBox.fMaxX = fB;
|
||||
if (oBox.fMaxY < fB)
|
||||
oBox.fMaxY = fB;
|
||||
|
||||
if (oBox.fMinY > fT)
|
||||
oBox.fMinY = fT;
|
||||
|
||||
Reference in New Issue
Block a user