Hash height of ProgressBar in hash_layout

This commit is contained in:
Héctor Ramón Jiménez 2020-01-03 18:33:47 +01:00
parent 9116afaf59
commit 60ac4faca0

View File

@ -125,6 +125,7 @@ where
fn hash_layout(&self, state: &mut Hasher) {
self.width.hash(state);
self.height.hash(state);
}
}