Merge pull request #563 from Limeth/master
Fix typo in `Row`'s and `Column`'s `hash_layout`
This commit is contained in:
commit
17f0db57c3
@ -199,6 +199,7 @@ where
|
||||
self.max_height.hash(state);
|
||||
self.align_items.hash(state);
|
||||
self.spacing.hash(state);
|
||||
self.padding.hash(state);
|
||||
|
||||
for child in &self.children {
|
||||
child.widget.hash_layout(state);
|
||||
|
@ -200,7 +200,7 @@ where
|
||||
self.max_height.hash(state);
|
||||
self.align_items.hash(state);
|
||||
self.spacing.hash(state);
|
||||
self.spacing.hash(state);
|
||||
self.padding.hash(state);
|
||||
|
||||
for child in &self.children {
|
||||
child.widget.hash_layout(state);
|
||||
|
Loading…
Reference in New Issue
Block a user