@magic-xpa/gui 4.900.0-dev490.62 → 4.900.0-dev490.68
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.
|
@@ -12042,7 +12042,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
|
|
|
12042
12042
|
}
|
|
12043
12043
|
getRangedValue(newVal) {
|
|
12044
12044
|
let vd;
|
|
12045
|
-
vd = this.
|
|
12045
|
+
vd = this.buildPicture(this.Value, newVal);
|
|
12046
12046
|
vd.evaluate();
|
|
12047
12047
|
this.ModifiedByUser = true;
|
|
12048
12048
|
let val = vd.getDispValue();
|
|
@@ -12052,7 +12052,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
|
|
|
12052
12052
|
let vd;
|
|
12053
12053
|
let modified = this.ModifiedByUser;
|
|
12054
12054
|
this.ModifiedByUser = true;
|
|
12055
|
-
vd = this.
|
|
12055
|
+
vd = this.buildPicture(this.Value, newVal);
|
|
12056
12056
|
vd.evaluate();
|
|
12057
12057
|
this.ModifiedByUser = modified;
|
|
12058
12058
|
if (vd.ValidationFailed)
|