From cde750548daeb40ff3983f2263485cb7811de5b2 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 31 Jul 2022 17:37:47 +0200 Subject: [PATCH] Editor - Always tick after executing a command --- .../Services/ProfileEditor/ProfileEditorService.cs | 1 + 1 file changed, 1 insertion(+) 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) {