Fix hash_layout implementation of Menu overlay
This commit is contained in:
parent
d4ef470b4f
commit
bf5eaca2f2
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ where
|
||||||
|
|
||||||
(position.x as u32).hash(state);
|
(position.x as u32).hash(state);
|
||||||
(position.y as u32).hash(state);
|
(position.y as u32).hash(state);
|
||||||
|
self.container.hash_layout(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn on_event(
|
fn on_event(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue