Fixed AvalonDock close tools crash, added Block Output Preview pane

This commit is contained in:
Ben
2015-06-23 21:41:57 +01:00
parent 0eafd59e79
commit e3505b3575
22 changed files with 260 additions and 45 deletions

View File

@@ -116,7 +116,7 @@ namespace Filtration.ViewModels
{
return _activeDocument != null && _activeDocument.IsScript;
}
private void OnOpenAboutWindowCommand()
{
var aboutWindow = new AboutWindow();