Icarus 2.5c1 :

- eliminati alcuni crash
- in geometrie si chiude Edit dopo aver cancellato l'ultima
- piccoli aggiustamenti ai tooltip.
This commit is contained in:
DarioS
2023-03-03 19:59:19 +01:00
parent da22e9217c
commit becbf3c682
12 changed files with 49 additions and 38 deletions
@@ -777,6 +777,8 @@ Public Class ShellNumberPanelVM
SelShellNumber = m_ShellNumberList(m_ShellNumberList.Count - 1)
Else
SelShellNumber = Nothing
m_bEdit_IsChecked = False
NotifyPropertyChanged(NameOf( bEdit_IsChecked))
End If
NotifyPropertyChanged(NameOf(SelShellNumber))
End If