mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 16:14:28 +08:00
0.7.4.1
动画优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user