Fixed bug causing removing a block item to not refresh the item preview

This commit is contained in:
Ben Wallis 2016-08-31 00:10:36 +01:00
parent 360b1c8144
commit b3520246b9
1 changed files with 4 additions and 4 deletions

View File

@ -359,10 +359,10 @@ namespace Filtration.ViewModels
IsDirty = true; IsDirty = true;
} }
if (sender is IAudioVisualBlockItem) //if (sender is IAudioVisualBlockItem)
{ //{
RefreshBlockPreview(); RefreshBlockPreview();
} //}
} }
public void RefreshBlockPreview() public void RefreshBlockPreview()