Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2022-11-17 10:40:32 -05:00
commit 3b2a20f0d3
2 changed files with 6 additions and 5 deletions

View file

@ -149,6 +149,10 @@ interface InternalTraceObjectValue extends TraceObjectValue {
return getParent().doCreateValue(range, getEntryKey(), value);
}
}.set(lifespan, getValue());
if (isObject()) {
DBTraceObject child = getChild();
child.emitEvents(new TraceChangeRecord<>(TraceObjectChangeType.LIFE_CHANGED, null, child));
}
}
}