Hash content_fit in hash_layout of Image and Svg
This commit is contained in:
parent
8d94cd4c5c
commit
15b4bbd49d
2 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ where
|
|||
self.handle.hash(state);
|
||||
self.width.hash(state);
|
||||
self.height.hash(state);
|
||||
self.content_fit.hash(state);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@ where
|
|||
self.handle.hash(state);
|
||||
self.width.hash(state);
|
||||
self.height.hash(state);
|
||||
self.content_fit.hash(state);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue