[SSE] Scale to Fit (custom scale)
This commit is contained in:
parent
92522e9f09
commit
10da1b3748
|
@ -3414,7 +3414,6 @@ define([
|
|||
} else if (scale < 10) {
|
||||
scale = 10;
|
||||
}
|
||||
this.api.asc_SetPrintScale(0, 0, scale);
|
||||
this.onChangeScaleSettings(0, 0, scale);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue