Call hash_layout for controls in pane_grid::TitleBar

This commit is contained in:
Héctor Ramón Jiménez 2021-03-09 04:49:17 +01:00
parent a74974a8e4
commit bbca5c4bde

View File

@ -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(