-pulizia codice

-focus oer slider da sistemare
-aggiunto selezione layer in scena che visualizza il layer nell'albero da controllare
This commit is contained in:
Demetrio Cassarino
2024-07-05 17:11:01 +02:00
parent 6cbe8c0683
commit 2ec5866c4a
44 changed files with 484 additions and 693 deletions
@@ -115,7 +115,7 @@ Public Class LayerTreeViewItem
Public Sub SetHidden(bVal As Boolean)
If bVal <> m_bHidden Then
m_bHidden = bVal
NotifyPropertyChanged("IsHidden")
NotifyPropertyChanged(Name(IsHidden))
End If
End Sub
@@ -127,7 +127,7 @@ Public Class LayerTreeViewItem
Set(value As String)
If value <> m_sPictureString Then
m_sPictureString = value
NotifyPropertyChanged("PictureString")
NotifyPropertyChanged(NameOf(PictureString))
End If
End Set
End Property