Update MW_PPT.cs

This commit is contained in:
CJK_mkp
2025-10-22 12:12:43 +08:00
committed by GitHub
parent 73e679f268
commit 82d101365f
+1 -1
View File
@@ -1640,7 +1640,7 @@ namespace Ink_Canvas
// 控制居中 // 控制居中
if (!isFloatingBarFolded) if (!isFloatingBarFolded)
{ {
await Task.Delay(100); await Task.Delay(100);
ViewboxFloatingBarMarginAnimation(60); ViewboxFloatingBarMarginAnimation(60);
} }
} }