Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 9cd3cc5

Browse files
committed
Added Siegfried's fix on Properties class back.
1 parent bedbae8 commit 9cd3cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main/Core/Project/Src/Services/PropertyService/Properties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public Properties NestedProperties(string key)
430430
if (result == null) {
431431
result = new Properties(this);
432432
dict[key] = result;
433-
result.MakeDirty();
433+
isNewContainer = true;
434434
}
435435
}
436436
if (isNewContainer)

0 commit comments

Comments
 (0)