Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Ink Canvas/MainWindow_cs/MW_Timer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down