fix
This commit is contained in:
@@ -26,8 +26,8 @@ public class MainWindowViewModel : INotifyPropertyChanged
|
||||
get => currentWorkspace;
|
||||
set
|
||||
{
|
||||
currentWorkspace = value;
|
||||
currentTreeNodes = null;
|
||||
currentWorkspace = value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,8 +55,8 @@ public class MainWindowViewModel : INotifyPropertyChanged
|
||||
get => selectedTreeNode;
|
||||
set
|
||||
{
|
||||
selectedTreeNode = value;
|
||||
currentGridRows = null;
|
||||
selectedTreeNode = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user