-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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user