Fixed bug causing removing a block item to not refresh the item preview
This commit is contained in:
parent
360b1c8144
commit
b3520246b9
|
@ -359,10 +359,10 @@ namespace Filtration.ViewModels
|
|||
IsDirty = true;
|
||||
}
|
||||
|
||||
if (sender is IAudioVisualBlockItem)
|
||||
{
|
||||
//if (sender is IAudioVisualBlockItem)
|
||||
//{
|
||||
RefreshBlockPreview();
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
public void RefreshBlockPreview()
|
||||
|
|
Loading…
Reference in New Issue