diff --git a/PCLib/PCProject.m b/PCLib/PCProject.m index 6c24483..aabb8ae 100644 --- a/PCLib/PCProject.m +++ b/PCLib/PCProject.m @@ -800,6 +800,8 @@ } } + [[NSNotificationCenter defaultCenter] postNotificationName:@"ProjectDictDidChangeNotification" object:self]; + return YES; }