We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedbae8 commit 9cd3cc5Copy full SHA for 9cd3cc5
1 file changed
src/Main/Core/Project/Src/Services/PropertyService/Properties.cs
@@ -430,7 +430,7 @@ public Properties NestedProperties(string key)
430
if (result == null) {
431
result = new Properties(this);
432
dict[key] = result;
433
- result.MakeDirty();
+ isNewContainer = true;
434
}
435
436
if (isNewContainer)
0 commit comments