Call hash_layout
for controls
in pane_grid::TitleBar
This commit is contained in:
parent
a74974a8e4
commit
bbca5c4bde
@ -147,6 +147,10 @@ where
|
|||||||
|
|
||||||
self.content.hash_layout(hasher);
|
self.content.hash_layout(hasher);
|
||||||
self.padding.hash(hasher);
|
self.padding.hash(hasher);
|
||||||
|
|
||||||
|
if let Some(controls) = &self.controls {
|
||||||
|
controls.hash_layout(hasher);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn layout(
|
pub(crate) fn layout(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user