[PE] Fix Bug 36135, Fix Bug 36121.
This commit is contained in:
parent
9c0d402b47
commit
9b6ec922c6
|
@ -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);
|
||||
|
|
|
@ -107,6 +107,11 @@ define([
|
|||
}
|
||||
},
|
||||
|
||||
onPrimary: function() {
|
||||
this._handleInput('ok');
|
||||
return false;
|
||||
},
|
||||
|
||||
setSettings: function (loop) {
|
||||
this.chLoop.setValue(loop);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue