This commit is contained in:
Julia Radzhabova
2024-03-28 17:38:50 +03:00
parent aec3dd3958
commit efaba2d99f
2 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ define([
{
imageProps: elValue,
sizeOriginal: imgsizeOriginal,
slideSize: PDFE.getController('Toolbar').currentPageSize,
slideSize: {width: me.api.get_PageWidth(), height: me.api.get_PageHeight()},
handler: function(result, value) {
if (result == 'ok') {
if (me.api) {

View File

@ -799,7 +799,7 @@ define([
(new PDFE.Views.ShapeSettingsAdvanced(
{
shapeProps: elValue,
slideSize: PDFE.getController('Toolbar').currentPageSize,
slideSize: {width: me.api.get_PageWidth(), height: me.api.get_PageHeight()},
handler: function(result, value) {
if (result == 'ok') {
if (me.api) {