修复编译错误:UpdateButtonsVisibility方法缺少参数
This commit is contained in:
@@ -2326,8 +2326,8 @@ namespace JoyD.Windows.CS
|
|||||||
|
|
||||||
_drawnRectangles.Add(regionInfo);
|
_drawnRectangles.Add(regionInfo);
|
||||||
|
|
||||||
// 添加区域后更新区域编号显示
|
// 添加区域后更新区域编号显示(使用绘制状态)
|
||||||
UpdateButtonsVisibility();
|
UpdateButtonsVisibility(2);
|
||||||
|
|
||||||
// 检查是否需要完全重建叠加层
|
// 检查是否需要完全重建叠加层
|
||||||
bool needFullRebuild = false;
|
bool needFullRebuild = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user