解决检测区加载异常

This commit is contained in:
zqm
2026-01-28 16:30:47 +08:00
parent bfa9c100e3
commit d4ed2d48fb

View File

@@ -2756,7 +2756,7 @@ namespace JoyD.Windows.CS.Toprie
// 解析检测区颜色,支持颜色名称和十六进制颜色代码
Color color = CommonUtils.ParseColor(parts[5]);
_detectionZone = new DetectionZone
CurrentDetectionZone = new DetectionZone
{
X = x,
Y = y,