diff --git a/src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs b/src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs index 6aef6f9a3..d3bc3a8a0 100644 --- a/src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs +++ b/src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs @@ -393,6 +393,7 @@ internal class ProfileEditorService : IProfileEditorService } history.Execute.Execute(command).Subscribe(); + Tick(_timeSubject.Value); } catch (Exception e) {