Docs: Note storage behavior of override operations in comment

It's not obvious that override property operations are recreated on undo
pushes, which caused me some confusion. Comment on this, so it's clear
that pointers to the operations shouldn't be stored.
This commit is contained in:
Julian Eisel 2022-08-04 15:49:37 +02:00
parent 8e3eea372d
commit 79955e5f85
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ typedef struct IDOverrideLibraryProperty {
/**
* List of overriding operations (IDOverrideLibraryPropertyOperation) applied to this property.
* Recreated as part of the diffing, so do not store any of these elsewhere.
*/
ListBase operations;