Added path to image hash so it updates when path changes
This commit is contained in:
parent
e648de560d
commit
f9abee391d
@ -100,6 +100,7 @@ where
|
||||
}
|
||||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
self.path.hash(state);
|
||||
self.width.hash(state);
|
||||
self.height.hash(state);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user