From 25ca36a35348d7d2ac7a6c285cd3a612bb9144a5 Mon Sep 17 00:00:00 2001 From: moco Date: Wed, 18 Dec 2024 21:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9C=86=E5=BD=A2=E7=9A=84?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/PBAnaly/MainForm.Designer.cs | 2 +- src/PBAnaly/Module/BioanalysisMannage.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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();