mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 21:00:55 +08:00
test1 for table
This commit is contained in:
@ -940,7 +940,7 @@ public:
|
||||
else
|
||||
{
|
||||
int nH = nHy * 9525;
|
||||
nH = (nH > 9250000 ? 9250000 : nH);
|
||||
nH = (nH > 9000000 ? 9000000 : nH);
|
||||
int nW = (int)((double)nWx * (double)nH / (double)nHy);
|
||||
if(nW > 7000000)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user