[PE] Fix Bug 36135, Fix Bug 36121.

This commit is contained in:
Julia Radzhabova 2017-10-25 13:44:13 +03:00
parent 9c0d402b47
commit 9b6ec922c6
2 changed files with 10 additions and 0 deletions

View file

@ -224,6 +224,11 @@ define([
}
},
onPrimary: function() {
this._handleInput('ok');
return false;
},
setSettings: function (type, pagewitdh, pageheight) {
this.spnWidth.setValue(Common.Utils.Metric.fnRecalcFromMM(pagewitdh), true);
this.spnHeight.setValue(Common.Utils.Metric.fnRecalcFromMM(pageheight), true);

View file

@ -107,6 +107,11 @@ define([
}
},
onPrimary: function() {
this._handleInput('ok');
return false;
},
setSettings: function (loop) {
this.chLoop.setValue(loop);
},