- Correzione aggiornamento messaggio errore dopo CALC
- Aggiunta opzione abilitadisabilita area pnte lunghe in nesting
This commit is contained in:
@@ -1546,6 +1546,9 @@ Public Class BTLPartVM
|
||||
nState = CalcStates.ERROR_
|
||||
End Select
|
||||
NotifyPropertyChanged(NameOf(Calc_BorderBrush))
|
||||
NotifyPropertyChanged(NameOf(CALC_ERR_Letter))
|
||||
NotifyPropertyChanged(NameOf(CALC_ERR_Foreground))
|
||||
NotifyPropertyChanged(NameOf(sCALC_MSG))
|
||||
End Sub
|
||||
|
||||
Friend Sub ResetCalcPart()
|
||||
@@ -1567,6 +1570,7 @@ Public Class BTLPartVM
|
||||
NotifyPropertyChanged(NameOf(CALC_ROT_Visibility))
|
||||
NotifyPropertyChanged(NameOf(CALC_ERR_Letter))
|
||||
NotifyPropertyChanged(NameOf(CALC_ERR_Foreground))
|
||||
NotifyPropertyChanged(NameOf(sCALC_MSG))
|
||||
End Sub
|
||||
|
||||
Friend Sub ResetCalcTotalPart()
|
||||
@@ -1611,6 +1615,7 @@ Public Class BTLPartVM
|
||||
NotifyPropertyChanged(NameOf(CALC_ROT_Visibility))
|
||||
NotifyPropertyChanged(NameOf(CALC_ERR_Letter))
|
||||
NotifyPropertyChanged(NameOf(CALC_ERR_Foreground))
|
||||
NotifyPropertyChanged(NameOf(sCALC_MSG))
|
||||
m_Calc_PartEnd = True
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user