Merge pull request #369 from PANDAJSR/beta
根据 https://github.com/doudou0720/ICC-CE/pull/20 中的修改建议修改了代码
This commit is contained in:
@@ -847,7 +847,7 @@ namespace Ink_Canvas
|
|||||||
else if (currentMargin.Left > -50 && !isFloatingBarChangingHideMode)
|
else if (currentMargin.Left > -50 && !isFloatingBarChangingHideMode)
|
||||||
{
|
{
|
||||||
LogHelper.WriteLogToFile("[AutoFold] 补救:逻辑为收纳态但UI仍在显示,重新执行收纳动画", LogHelper.LogType.Warning);
|
LogHelper.WriteLogToFile("[AutoFold] 补救:逻辑为收纳态但UI仍在显示,重新执行收纳动画", LogHelper.LogType.Warning);
|
||||||
FoldFloatingBar(null);
|
FoldFloatingBar_MouseUp(null, null);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user