修正树节点 visible的缺陷
This commit is contained in:
parent
17a55d2a44
commit
6c712e64ab
|
|
@ -1099,7 +1099,7 @@ type TcustomTreeCtlNode = class(tsluibase) //
|
|||
it.Parent := self(true);
|
||||
FCurrentAddNode := nil;
|
||||
it.UpDateHierarchy();
|
||||
if Expanded and Owner.NodeInList(self)then
|
||||
if Expanded and Owner.NodeInList(self) and it.Visible then //处理节点visibe 的问题
|
||||
begin
|
||||
preItem := FItems[idx-1];
|
||||
bx := 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue