EgtCAM5 1.9f2 :

- correzione per passaggio da Simulazione a Stima (ora reset macchina è fatto prima dei calcoli).
This commit is contained in:
Dario Sassi
2018-06-13 08:45:27 +00:00
parent fe8de80259
commit edf9157627
2 changed files with 3 additions and 3 deletions
@@ -93,13 +93,13 @@ Public Class SimulationExpanderVM
Set(value As Boolean)
If value <> m_Estimation_IsExpanded Then
If value Then
IsExpanded = False
EgtDeselectAll()
Application.Msn.NotifyColleagues(Application.REMOVEMARKFROMLASTOPERATION)
Application.Msn.NotifyColleagues(Application.GETDISTANCE_ISCHECKED, False)
CalcEstimation()
OnPropertyChanged("TotalTime")
OnPropertyChanged("TotalLength")
IsExpanded = False
End If
m_Estimation_IsExpanded = value
Application.Msn.NotifyColleagues(Application.ESTIMATIONEXPANDER_GET_ISEXPANDED, value)