Fixed Rebuild not going to bottom of hierarchy

This commit is contained in:
tznind
2021-02-17 12:36:05 +00:00
parent 011f3efea3
commit 66a779cb41

View File

@@ -1344,7 +1344,7 @@ namespace Terminal.Gui {
if(IsExpanded) {
//if we are expanded we need to updatethe visible children
foreach(var child in ChildBranches) {
child.Value.Refresh(false);
child.Value.Rebuild();
}
}