EgtCAM5 1.6s3 :
- modifiche varie.
This commit is contained in:
+2
-1
@@ -187,6 +187,7 @@ Namespace EgtCAM5
|
||||
''' </summary>
|
||||
Public Sub LayerColor(ByVal param As Object)
|
||||
Application.Msn.NotifyColleagues(Application.EXECUTECOMMAND, Controller.CMD.LAYERCOLOR)
|
||||
Application.Msn.NotifyColleagues(Application.LOADOBJTREE)
|
||||
End Sub
|
||||
|
||||
''' <summary>
|
||||
@@ -648,7 +649,7 @@ Namespace EgtCAM5
|
||||
End If
|
||||
End If
|
||||
' per visualizzare oggetti di livello diverso da utente, si deve avere il permesso
|
||||
If nLevel <> GDB_LV.USER And nUserLevel() < 5 Then
|
||||
If nLevel <> GDB_LV.USER And m_nUserLevel < 5 Then
|
||||
Return
|
||||
End If
|
||||
' inserisco il nodo nell'albero
|
||||
|
||||
Reference in New Issue
Block a user