From d2c20a80883d7e71241b05b81c1a500b9ebf4a11 Mon Sep 17 00:00:00 2001 From: lhiven Date: Sat, 10 Aug 2024 17:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B2=BB=E5=85=B7=E6=94=BE?= =?UTF-8?q?=E6=96=99=E5=AE=9A=E4=BD=8D=E5=A4=B1=E8=B4=A5=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6=E4=BA=AE=E7=BA=A2=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Flow/SubFlow/FixturePlaceFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.DeweyTester/Flow/SubFlow/FixturePlaceFlow.cs b/Rs.DeweyTester/Flow/SubFlow/FixturePlaceFlow.cs index d3140cd..d61d47f 100644 --- a/Rs.DeweyTester/Flow/SubFlow/FixturePlaceFlow.cs +++ b/Rs.DeweyTester/Flow/SubFlow/FixturePlaceFlow.cs @@ -133,7 +133,7 @@ namespace Rs.MotionPlat.Flow.SubFlow AlarmEntity alarmEntity = AlarmCollection.Get(AlarmConstID.治具放料定位失败).Transform(curFixture.Index); if(alarmEntity!=null) { - Msgbox.ShowDialog(alarmEntity, EButtonType.Retry); + Msgbox.ShowDialog(alarmEntity, EButtonType.Retry,true); } else {