Skip to content

Commit

Permalink
Propagate the stashed state correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Sep 24, 2024
1 parent ecc9468 commit 88352f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masonry/src/widget/widget_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ impl WidgetState {
self.has_focus |= child_state.has_focus;
self.children_changed |= child_state.children_changed;
self.update_focus_chain |= child_state.update_focus_chain;
self.needs_update_stashed |= child_state.needs_update_stashed;
}

#[inline]
Expand Down

0 comments on commit 88352f0

Please sign in to comment.