fixed page size in advanced

This commit is contained in:
nikita_bartoshuk
2025-09-10 17:11:03 +03:00
parent 4979e47ad9
commit 6c415d64d8

View File

@ -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) {