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