Replies: 2 comments 2 replies
-
|
But that test is already in the parenthesis and the comment explain the situation quite well. |
Beta Was this translation helpful? Give feedback.
-
|
This is a patch I made to my personal copy of the sources in 2018. There was a reason why I didn't like the behavior and why I couldn't set StoreDefaultValues to False, but unfortunately I don't remember it. I guess setting StoreDefaultValue to False had a side effect that I didn't like/expect and I assumed this to be a bug. I just now stumbled upon this change and thought I should finally submit it. OK, if it is working as designed, it is obviously not a bug. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The code in TJvCustomAppStorage.WriteProperty looks like this:
This does not handle the case when a property has an explicit Stored modifier even though the other checks fail.
I propose the following additional check right after the above code:
Beta Was this translation helpful? Give feedback.
All reactions