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
|
|
@ -102,6 +102,8 @@ where
|
|||
}
|
||||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
std::any::TypeId::of::<Image>().hash(state);
|
||||
|
||||
self.handle.hash(state);
|
||||
self.width.hash(state);
|
||||
self.height.hash(state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue