EgtCAM5 :
- correzione a gestione click su TreeView di Part/Layer/Ent.
This commit is contained in:
+1
@@ -356,6 +356,7 @@ Namespace EgtCAM5
|
||||
' determino Id di eventuale item sotto il mouse
|
||||
Dim nId As Integer = GDB_ID.NULL
|
||||
Dim TNode As LayerTreeViewItem = DirectCast(param, LayerTreeViewItem)
|
||||
If isNothing(TNode) Then Return
|
||||
nId = TNode.Id
|
||||
' se Id coincide con il corrente
|
||||
If nId <> GDB_ID.NULL And nId = m_nObjTreeOldId Then
|
||||
|
||||
Reference in New Issue
Block a user