Call hash_layout for controls in pane_grid::TitleBar
This commit is contained in:
parent
a74974a8e4
commit
bbca5c4bde
1 changed files with 4 additions and 0 deletions
|
|
@ -147,6 +147,10 @@ where
|
|||
|
||||
self.content.hash_layout(hasher);
|
||||
self.padding.hash(hasher);
|
||||
|
||||
if let Some(controls) = &self.controls {
|
||||
controls.hash_layout(hasher);
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn layout(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue