diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 737422e..10d7caa 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + + diff --git a/ProjectPage/MachGroupPanel/MachGroupPanelViewModel.vb b/ProjectPage/MachGroupPanel/MachGroupPanelViewModel.vb index 1b69954..60b5233 100644 --- a/ProjectPage/MachGroupPanel/MachGroupPanelViewModel.vb +++ b/ProjectPage/MachGroupPanel/MachGroupPanelViewModel.vb @@ -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