From d9de23daca17b7ba4957fec08c4454607455d45e Mon Sep 17 00:00:00 2001 From: NicolaP Date: Fri, 10 Feb 2023 13:19:42 +0100 Subject: [PATCH] Correzione gestione pezzi in parcheggio --- CadCuts/NestPageUC.xaml.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CadCuts/NestPageUC.xaml.vb b/CadCuts/NestPageUC.xaml.vb index 922e973..592a10f 100644 --- a/CadCuts/NestPageUC.xaml.vb +++ b/CadCuts/NestPageUC.xaml.vb @@ -1353,8 +1353,8 @@ Public Class NestPageUC VeinMatching.OnDeselectPart(m_nIdToDesel) End If - ' Reset + GetFamilyGroupInPark() m_bDrag = False m_nIdToSel = GDB_ID.NULL m_nIdToDesel = GDB_ID.NULL