#288 Renamed XXXWidget to Marker
This commit is contained in:
parent
f7d7ab1ba9
commit
41f6a325e9
11 changed files with 22 additions and 21 deletions
|
|
@ -234,8 +234,8 @@ where
|
|||
}
|
||||
|
||||
fn hash_layout(&self, state: &mut Hasher) {
|
||||
struct ButtonWidget;
|
||||
std::any::TypeId::of::<ButtonWidget>().hash(state);
|
||||
struct Marker;
|
||||
std::any::TypeId::of::<Marker>().hash(state);
|
||||
|
||||
self.width.hash(state);
|
||||
self.content.hash_layout(state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue