自动保存测温区
This commit is contained in:
@@ -3956,6 +3956,10 @@ namespace JoyD.Windows.CS
|
|||||||
clickedOnRegion = true;
|
clickedOnRegion = true;
|
||||||
// 更新区域编号文本框
|
// 更新区域编号文本框
|
||||||
txtRegionNumber.Text = region.Index.ToString();
|
txtRegionNumber.Text = region.Index.ToString();
|
||||||
|
// 更新选中颜色为当前区域颜色
|
||||||
|
_selectedColor = region.Color;
|
||||||
|
// 更新颜色选择按钮图标
|
||||||
|
UpdateColorButtonIcon();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user