Skip to content

Commit

Permalink
Merge pull request #93008 from aaronp64/container_queue_sort
Browse files Browse the repository at this point in the history
Fix `Container::pending_sort` tracking
  • Loading branch information
akien-mga committed Jun 11, 2024
2 parents 928e044 + 5a25637 commit a0bbd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void Container::remove_child_notify(Node *p_child) {

void Container::_sort_children() {
if (!is_inside_tree()) {
pending_sort = false;
return;
}

Expand Down

0 comments on commit a0bbd39

Please sign in to comment.