动画优化
This commit is contained in:
lincube
2026-03-22 14:47:15 +08:00
parent c3db5af923
commit def21c79b1
16 changed files with 3012 additions and 456 deletions

View File

@@ -200,6 +200,7 @@ public partial class MainWindow
{
DesktopEditDragLayer.Width = pageWidth;
DesktopEditDragLayer.Height = pageHeight;
UpdateDesktopEditOverlayViewportSize();
}
DesktopPagesHost.RowDefinitions.Clear();
@@ -486,8 +487,7 @@ public partial class MainWindow
{
return !_isSettingsOpen &&
!_isComponentLibraryOpen &&
!_isDesktopComponentDragActive &&
!_isDesktopComponentResizeActive &&
!HasActiveDesktopEditSession &&
_desktopSurfacePageWidth > 1;
}