#288 Renamed XXXWidget to Marker
This commit is contained in:
parent
f7d7ab1ba9
commit
41f6a325e9
11 changed files with 22 additions and 21 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue