@magic-xpa/gui 4.800.0-dev480.207 → 4.800.0-dev480.210

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.
@@ -3359,6 +3359,8 @@
3359
3359
  picStr += this.getWholes().toString();
3360
3360
  if (this.getDec() > 0)
3361
3361
  picStr += '.' + this.getDec().toString();
3362
+ if (this._zeroFill)
3363
+ picStr += 'Z';
3362
3364
  var newPic = new PIC(picStr, utils.StorageAttribute.NUMERIC, 0);
3363
3365
  return newPic;
3364
3366
  };