diff options
Diffstat (limited to 'native')
-rw-r--r-- | native/src/widget/image.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/widget/image.rs b/native/src/widget/image.rs index 4c588c9d..bcfc40b2 100644 --- a/native/src/widget/image.rs +++ b/native/src/widget/image.rs @@ -100,6 +100,7 @@ where } fn hash_layout(&self, state: &mut Hasher) { + self.path.hash(state); self.width.hash(state); self.height.hash(state); } |