EgtCAM5 1.9a2 :

- corretta visualizzazione tavole successive di una o più macchine.
This commit is contained in:
Dario Sassi
2018-01-24 18:53:53 +00:00
parent 9b6666d7f1
commit 6bb893437b
2 changed files with 4 additions and 3 deletions
@@ -165,7 +165,8 @@ Namespace EgtCAM5
Public Sub SetCurrMachGroup(ByVal param As Object)
EgtSetCurrMachGroup(EgtGetMachGroupId(DirectCast(param, String)))
EgtDraw()
If IniFile.m_bShowOnlyTable Then EgtShowOnlyTable(True)
EgtZoom(ZM.ALL)
Application.Msn.NotifyColleagues(Application.LOADOPERATIONLIST, -1)
Application.Msn.NotifyColleagues(Application.UPDATECURRENTMACHINE)
End Sub