mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Fixed Rebuild not going to bottom of hierarchy
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user