- Correzione aggiornamento messaggio errore dopo CALC

- Aggiunta opzione abilitadisabilita area pnte lunghe in nesting
This commit is contained in:
Emmanuele Sassi
2021-12-02 11:43:54 +01:00
parent a26e25b253
commit 28ca22ee35
5 changed files with 28 additions and 4 deletions
@@ -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