Browse Source

Added Siegfried's fix on Properties class back.

pull/487/head
Andreas Weizel 12 years ago
parent
commit
9cd3cc5eb9
  1. 2
      src/Main/Core/Project/Src/Services/PropertyService/Properties.cs

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

@ -430,7 +430,7 @@ namespace ICSharpCode.Core @@ -430,7 +430,7 @@ namespace ICSharpCode.Core
if (result == null) {
result = new Properties(this);
dict[key] = result;
result.MakeDirty();
isNewContainer = true;
}
}
if (isNewContainer)

Loading…
Cancel
Save