@magic-xpa/gui 4.900.0-dev490.60 → 4.900.0-dev490.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12105,7 +12105,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
|
|
|
12105
12105
|
}
|
|
12106
12106
|
getRangedValue(newVal) {
|
|
12107
12107
|
let vd;
|
|
12108
|
-
vd = this.
|
|
12108
|
+
vd = this.buildPicture(this.Value, newVal);
|
|
12109
12109
|
vd.evaluate();
|
|
12110
12110
|
this.ModifiedByUser = true;
|
|
12111
12111
|
let val = vd.getDispValue();
|
|
@@ -12115,7 +12115,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
|
|
|
12115
12115
|
let vd;
|
|
12116
12116
|
let modified = this.ModifiedByUser;
|
|
12117
12117
|
this.ModifiedByUser = true;
|
|
12118
|
-
vd = this.
|
|
12118
|
+
vd = this.buildPicture(this.Value, newVal);
|
|
12119
12119
|
vd.evaluate();
|
|
12120
12120
|
this.ModifiedByUser = modified;
|
|
12121
12121
|
if (vd.ValidationFailed)
|