mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-28 02:07:18 +08:00
[DE] Fix Bug 35612
This commit is contained in:
@ -318,7 +318,7 @@ define([
|
||||
if (this.api) {
|
||||
var section = this.api.asc_GetSectionProps(),
|
||||
ratio = (this._state.Height>0) ? this._state.Width/this._state.Height : 1,
|
||||
pagew = section.get_W() - section.get_LeftMargin() - section.get_RightMargin(),
|
||||
pagew = this.api.asc_GetCurrentColumnWidth(),
|
||||
pageh = section.get_H() - section.get_TopMargin() - section.get_BottomMargin(),
|
||||
pageratio = pagew/pageh,
|
||||
w, h;
|
||||
|
||||
Reference in New Issue
Block a user