mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
fixed page size in advanced
This commit is contained in:
@ -841,7 +841,7 @@ define([
|
||||
(new PDFE.Views.ChartSettingsAdvanced(
|
||||
{
|
||||
chartProps: elValue,
|
||||
slideSize: PDFE.getController('Toolbar').currentPageSize,
|
||||
slideSize: {width: me.api.get_PageWidth(), height: me.api.get_PageHeight()},
|
||||
chartSettings: me.api.asc_getChartSettings(),
|
||||
api : me.api,
|
||||
handler: function(result, value) {
|
||||
|
||||
Reference in New Issue
Block a user