diff --git a/src/Avalonia/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs b/src/Avalonia/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs index e36a75d43..b5b8a61ef 100644 --- a/src/Avalonia/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs +++ b/src/Avalonia/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs @@ -160,6 +160,7 @@ internal class ProfileEditorService : IProfileEditorService } _profileConfigurationSubject.OnNext(profileConfiguration); + ChangeTime(TimeSpan.Zero); } public void ChangeCurrentProfileElement(RenderProfileElement? renderProfileElement)