Page 1 of 1

Build 6.1.5 adds "Constraints = <>" into dfm

Posted: Fri 26 Jan 2018 11:32
by lrauti
Build 6.1.5 adds "Constraints = <>" into dfm.

Set the default for the property like

property Constraints default nil;

Re: Build 6.1.5 adds "Constraints = <>" into dfm

Posted: Mon 29 Jan 2018 10:38
by ViktorV
We have already fixed this behavior. Now constraints will be stored in DFM only when they are created.

Re: Build 6.1.5 adds "Constraints = <>" into dfm

Posted: Tue 30 Jan 2018 05:40
by lrauti
Ok, good. Hopefully you didn't use that "default nil". I didn't look at the code far enough, it was not a good idea. :)

Re: Build 6.1.5 adds "Constraints = <>" into dfm

Posted: Tue 30 Jan 2018 08:32
by ViktorV
As we have written earlier, we fixed this behavior. We do not use the "default nil" construction in our fix.