@@ -120,10 +120,11 @@ namespace InABox.Core
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
}
- finally
+ catch (Exception e)
{
- bApplyingChanges = false;
+
+ bApplyingChanges = false;