Browse Source

Adding/removing a directory from the Code Analysis's Add/Remove rule assembly dialog was not marking the options panel as being modified so the changes were not saved.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3705 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 17 years ago
parent
commit
ff6e99aed9
  1. 1
      src/AddIns/Misc/CodeAnalysis/Src/AnalysisProjectOptions.cs

1
src/AddIns/Misc/CodeAnalysis/Src/AnalysisProjectOptions.cs

@ -441,6 +441,7 @@ namespace ICSharpCode.CodeAnalysis @@ -441,6 +441,7 @@ namespace ICSharpCode.CodeAnalysis
b.Append(asm);
}
this.RuleAssemblies = b.ToString();
OnOptionChanged(new EventArgs());
}
}
}

Loading…
Cancel
Save