Include alignment in the container layout hash
This commit is contained in:
parent
26d053ab38
commit
f86d96be0f
2 changed files with 4 additions and 2 deletions
|
|
@ -226,6 +226,8 @@ where
|
|||
self.height.hash(state);
|
||||
self.max_width.hash(state);
|
||||
self.max_height.hash(state);
|
||||
self.horizontal_alignment.hash(state);
|
||||
self.vertical_alignment.hash(state);
|
||||
|
||||
self.content.hash_layout(state);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue