From 6bb893437b0657a7ea7d0719f058fc81bd545cce Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 24 Jan 2018 18:53:53 +0000 Subject: [PATCH] =?UTF-8?q?EgtCAM5=201.9a2=20:=20-=20corretta=20visualizza?= =?UTF-8?q?zione=20tavole=20successive=20di=20una=20o=20pi=C3=B9=20macchin?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- My Project/AssemblyInfo.vb | 4 ++-- ProjectPage/MachGroupPanel/MachGroupPanelViewModel.vb | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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