#288 Renamed XXXWidget to Marker

This commit is contained in:
Olivier Pinon 2020-04-12 01:20:40 +02:00
parent f7d7ab1ba9
commit 41f6a325e9
11 changed files with 22 additions and 21 deletions

View file

@ -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);