[SSE] Scale to Fit (custom scale)

This commit is contained in:
Julia Svinareva 2019-09-18 13:23:25 +03:00
parent 92522e9f09
commit 10da1b3748

View file

@ -3414,7 +3414,6 @@ define([
} else if (scale < 10) {
scale = 10;
}
this.api.asc_SetPrintScale(0, 0, scale);
this.onChangeScaleSettings(0, 0, scale);
}
},