更改圆形的信息
This commit is contained in:
parent
f5a9617695
commit
25ca36a353
2
src/PBAnaly/MainForm.Designer.cs
generated
2
src/PBAnaly/MainForm.Designer.cs
generated
@ -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
|
||||||
//
|
//
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user