Hash height of ProgressBar in hash_layout
This commit is contained in:
parent
9116afaf59
commit
60ac4faca0
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ where
|
||||||
|
|
||||||
fn hash_layout(&self, state: &mut Hasher) {
|
fn hash_layout(&self, state: &mut Hasher) {
|
||||||
self.width.hash(state);
|
self.width.hash(state);
|
||||||
|
self.height.hash(state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue