@magic-xpa/gui 4.801.0-dev481.305 → 4.801.0-dev481.308
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.
|
@@ -12419,6 +12419,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
|
|
|
12419
12419
|
let vd;
|
|
12420
12420
|
vd = this.buildCopyPicture(this.Value, newVal);
|
|
12421
12421
|
vd.evaluate();
|
|
12422
|
+
this.ModifiedByUser = true;
|
|
12422
12423
|
let val = vd.getDispValue();
|
|
12423
12424
|
return (val.toString());
|
|
12424
12425
|
}
|