EgtCAM5 :
- Aggiunta sovrescrittura valori errati del TcPos nel Db utensili. - Tolto focus a bottoni + e - dei gruppi di lavoro.
This commit is contained in:
@@ -1102,9 +1102,14 @@ Public Class ToolTreeViewItem
|
||||
NotifyPropertyChanged("UserNotes")
|
||||
m_IsModifiedUserNotes = False
|
||||
EgtTdbGetCurrToolParam(MCH_TP.TCPOS, sValue)
|
||||
m_SelectedTcPos = sValue
|
||||
If m_TcPosList.Contains(sValue) Then
|
||||
m_SelectedTcPos = sValue
|
||||
m_IsModifiedSelectedTcPos = False
|
||||
Else
|
||||
m_SelectedTcPos = Nothing
|
||||
EgtTdbSetCurrToolParam(MCH_TP.TCPOS, String.Empty)
|
||||
End If
|
||||
NotifyPropertyChanged("SelectedTcPos")
|
||||
m_IsModifiedSelectedTcPos = False
|
||||
EgtTdbGetCurrToolParam(MCH_TP.UUID, sValue)
|
||||
m_Uuid = sValue
|
||||
' Ora che tutti i parametri sono aggiornati, aggiorno il disegno
|
||||
|
||||
Reference in New Issue
Block a user