From 61e9a456af3f14672adc437c3df9848899303b75 Mon Sep 17 00:00:00 2001 From: PANDA-JSR Date: Wed, 4 Feb 2026 14:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=20https://github.com/doudou0?= =?UTF-8?q?720/ICC-CE/pull/20=20=E4=B8=AD=E7=9A=84=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=BF=AE=E6=94=B9=E4=BA=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/MainWindow_cs/MW_Timer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ink Canvas/MainWindow_cs/MW_Timer.cs b/Ink Canvas/MainWindow_cs/MW_Timer.cs index ab38796a..e940ecc3 100644 --- a/Ink Canvas/MainWindow_cs/MW_Timer.cs +++ b/Ink Canvas/MainWindow_cs/MW_Timer.cs @@ -847,7 +847,7 @@ private void timerCheckAutoFold_Elapsed(object sender, ElapsedEventArgs e) else if (currentMargin.Left > -50 && !isFloatingBarChangingHideMode) { LogHelper.WriteLogToFile("[AutoFold] 补救:逻辑为收纳态但UI仍在显示,重新执行收纳动画", LogHelper.LogType.Warning); - FoldFloatingBar(null); + FoldFloatingBar_MouseUp(null, null); } return; }