@magic-xpa/gui 4.801.0-dev481.303 → 4.801.0-dev481.307
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.
|
@@ -12482,6 +12482,7 @@ class MgControlBase extends GuiControlPropertyAdapter {
|
|
|
12482
12482
|
let vd;
|
|
12483
12483
|
vd = this.buildCopyPicture(this.Value, newVal);
|
|
12484
12484
|
vd.evaluate();
|
|
12485
|
+
this.ModifiedByUser = true;
|
|
12485
12486
|
let val = vd.getDispValue();
|
|
12486
12487
|
return (val.toString());
|
|
12487
12488
|
}
|