Hash content_fit in hash_layout of Image and Svg

This commit is contained in:
Héctor Ramón Jiménez 2022-02-16 18:16:09 +07:00
parent 8d94cd4c5c
commit 15b4bbd49d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 2 additions and 0 deletions

View file

@ -157,6 +157,7 @@ where
self.handle.hash(state);
self.width.hash(state);
self.height.hash(state);
self.content_fit.hash(state);
}
}

View file

@ -153,6 +153,7 @@ where
self.handle.hash(state);
self.width.hash(state);
self.height.hash(state);
self.content_fit.hash(state);
}
}