Skip to content

Commit

Permalink
Fix crash when open sub tree in parameter list
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshita committed Apr 22, 2024
1 parent be35601 commit 47065b8
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,13 @@ public IndentInformation Update(IndentInformation indent, object groupLabel = nu
ChangeColumns2WithLabelWidth();

currentIndent = item.Children.Update(currentIndent);

// Avoid Tree node bug
Manager.NativeManager.EndTable();
Manager.NativeManager.TreePop();
}
else
{
ChangeColumns2WithLabelWidth();
}

ChangeColumns2WithLabelWidth();
}
else
{
Expand Down

0 comments on commit 47065b8

Please sign in to comment.