Rename leftover TextInputWidget
to Marker
This commit is contained in:
parent
41f6a325e9
commit
5e47238489
@ -526,8 +526,8 @@ where
|
|||||||
|
|
||||||
fn hash_layout(&self, state: &mut Hasher) {
|
fn hash_layout(&self, state: &mut Hasher) {
|
||||||
use std::{any::TypeId, hash::Hash};
|
use std::{any::TypeId, hash::Hash};
|
||||||
struct TextInputWidget;
|
struct Marker;
|
||||||
TypeId::of::<TextInputWidget>().hash(state);
|
TypeId::of::<Marker>().hash(state);
|
||||||
|
|
||||||
self.width.hash(state);
|
self.width.hash(state);
|
||||||
self.max_width.hash(state);
|
self.max_width.hash(state);
|
||||||
|
Loading…
Reference in New Issue
Block a user