Hash type ids in Widget::hash_layout impls
This commit is contained in:
parent
0539cd1b85
commit
d07304fb85
15 changed files with 51 additions and 32 deletions
|
|
@ -77,6 +77,7 @@ where
|
|||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
std::any::TypeId::of::<Space>().hash(state);
|
||||
|
||||
self.width.hash(state);
|
||||
self.height.hash(state);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue