Диалог создания окна, фикс актуального документа

This commit is contained in:
2026-03-29 23:49:40 +03:00
parent 64ab493037
commit 63bd407cea
5 changed files with 66 additions and 6 deletions

View File

@@ -640,6 +640,8 @@ public partial class EditorViewModel : ViewModelBase
_animationTimer?.Stop();
_animationTimer = null;
IsPlaying = false;
if (ActiveDocument is not null)
SyncLayersAndCanvas(ActiveDocument);
}
private void AdvanceAnimationFrame()