* UIComboTreeView : 修复SelectedNode=null的问题
This commit is contained in:
parent
550a338cec
commit
52365fe599
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -96,7 +96,7 @@ namespace Sunny.UI
|
||||
set
|
||||
{
|
||||
item.TreeView.SelectedNode = value;
|
||||
Text = value.Text;
|
||||
Text = value?.Text;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user