diff --git a/src/PBAnaly/MainForm.Designer.cs b/src/PBAnaly/MainForm.Designer.cs index fa1076b..2b0e65a 100644 --- a/src/PBAnaly/MainForm.Designer.cs +++ b/src/PBAnaly/MainForm.Designer.cs @@ -659,7 +659,7 @@ this.thunderLabel1.Name = "thunderLabel1"; this.thunderLabel1.Size = new System.Drawing.Size(200, 16); this.thunderLabel1.TabIndex = 19; - this.thunderLabel1.Text = "PBAnaly v0.1.7rc9"; + this.thunderLabel1.Text = "PBAnaly v0.1.7rc10"; // // MainForm // diff --git a/src/PBAnaly/Module/BioanalysisMannage.cs b/src/PBAnaly/Module/BioanalysisMannage.cs index 47e3148..feecc76 100644 --- a/src/PBAnaly/Module/BioanalysisMannage.cs +++ b/src/PBAnaly/Module/BioanalysisMannage.cs @@ -1776,8 +1776,9 @@ namespace PBAnaly.Module } } - CircleAndInfoList[cirDragStartIndex] = circeAndInfo; circeAndInfo.pdinfovc = curpdinfovc; + CircleAndInfoList[cirDragStartIndex] = circeAndInfo; + isCirDragging = false; cirDragStartIndex = -1; imagePanel.image_pl.Invalidate();