Merge pull request #252 from jannavarro/master

Both the controller and postPropertiesForm needs to know that changes…
This commit is contained in:
Scott Lovegrove 2016-02-07 17:39:07 +00:00
commit bab8675910
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ namespace OpenLiveWriter.PostEditor.PostPropertyEditing
public void SaveChanges(BlogPost post, BlogPostSaveOptions options)
{
controller.SaveChanges(post, options);
((IBlogPostEditor)postPropertiesForm).SaveChanges(post, options);
}