EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -411,6 +411,11 @@ Namespace EgtCAM5
|
||||
End Sub
|
||||
|
||||
Sub RegisterDrawPanelCommands()
|
||||
Application.Msn.Register(Application.GETCURRLAYER, Sub()
|
||||
Dim CurrLayer As Integer = m_Controller.GetCurrLayer()
|
||||
Application.Msn.NotifyColleagues(Application.SETCURRLAYER, CurrLayer)
|
||||
End Sub)
|
||||
|
||||
Application.Msn.Register(Application.POINT, Sub()
|
||||
If (Keyboard.Modifiers And ModifierKeys.Control) = ModifierKeys.Control Then
|
||||
m_Controller.ExecuteCommand(Controller.CMD.FRAME)
|
||||
@@ -445,7 +450,7 @@ Namespace EgtCAM5
|
||||
m_Controller.ExecuteCommand(Controller.CMD.ARCPVP)
|
||||
End If
|
||||
End Sub)
|
||||
Application.Msn.Register(Application.POLYGON, Sub()
|
||||
Application.Msn.Register(Application.POLYGON, Sub()
|
||||
If (Keyboard.Modifiers And ModifierKeys.Shift) <> ModifierKeys.Shift Then
|
||||
m_Controller.ExecuteCommand(Controller.CMD.POLYGON)
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user