Диалог создания окна, фикс актуального документа
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user