@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.
@@ -12042,7 +12042,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
12042
12042
  }
12043
12043
  getRangedValue(newVal) {
12044
12044
  let vd;
12045
- vd = this.buildCopyPicture(this.Value, newVal);
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.buildCopyPicture(this.Value, newVal);
12055
+ vd = this.buildPicture(this.Value, newVal);
12056
12056
  vd.evaluate();
12057
12057
  this.ModifiedByUser = modified;
12058
12058
  if (vd.ValidationFailed)