Rename leftover TextInputWidget to Marker

This commit is contained in:
Héctor Ramón Jiménez 2020-04-13 04:38:35 +02:00
parent 41f6a325e9
commit 5e47238489

View File

@ -526,8 +526,8 @@ where
fn hash_layout(&self, state: &mut Hasher) {
use std::{any::TypeId, hash::Hash};
struct TextInputWidget;
TypeId::of::<TextInputWidget>().hash(state);
struct Marker;
TypeId::of::<Marker>().hash(state);
self.width.hash(state);
self.max_width.hash(state);