代码优化

This commit is contained in:
2026-03-21 16:13:42 +08:00
parent 3934270ed2
commit 74b64bd21f
5 changed files with 20 additions and 25 deletions
+1 -2
View File
@@ -1441,7 +1441,6 @@ namespace Ink_Canvas
if (_eraserAutoSwitchBackTimer != null)
{
_eraserAutoSwitchBackTimer.Stop();
LogHelper.WriteLogToFile("橡皮擦自动切换计时器已停止", LogHelper.LogType.Trace);
}
}
catch (Exception ex)
@@ -1486,4 +1485,4 @@ namespace Ink_Canvas
}
}
}
}
}