更改圆形的信息

This commit is contained in:
moco 2024-12-18 21:55:05 +08:00
parent f5a9617695
commit 25ca36a353
2 changed files with 3 additions and 2 deletions

View File

@ -659,7 +659,7 @@
this.thunderLabel1.Name = "thunderLabel1"; this.thunderLabel1.Name = "thunderLabel1";
this.thunderLabel1.Size = new System.Drawing.Size(200, 16); this.thunderLabel1.Size = new System.Drawing.Size(200, 16);
this.thunderLabel1.TabIndex = 19; this.thunderLabel1.TabIndex = 19;
this.thunderLabel1.Text = "PBAnaly v0.1.7rc9"; this.thunderLabel1.Text = "PBAnaly v0.1.7rc10";
// //
// MainForm // MainForm
// //

View File

@ -1776,8 +1776,9 @@ namespace PBAnaly.Module
} }
} }
CircleAndInfoList[cirDragStartIndex] = circeAndInfo;
circeAndInfo.pdinfovc = curpdinfovc; circeAndInfo.pdinfovc = curpdinfovc;
CircleAndInfoList[cirDragStartIndex] = circeAndInfo;
isCirDragging = false; isCirDragging = false;
cirDragStartIndex = -1; cirDragStartIndex = -1;
imagePanel.image_pl.Invalidate(); imagePanel.image_pl.Invalidate();