#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

@ -311,8 +311,8 @@ where
}
fn hash_layout(&self, state: &mut Hasher) {
struct ScrollableWidget;
std::any::TypeId::of::<ScrollableWidget>().hash(state);
struct Marker;
std::any::TypeId::of::<Marker>().hash(state);
self.height.hash(state);
self.max_height.hash(state);