diff --git a/masonry/src/text/editor.rs b/masonry/src/text/editor.rs index f348740ea..eb0c33dc6 100644 --- a/masonry/src/text/editor.rs +++ b/masonry/src/text/editor.rs @@ -804,11 +804,6 @@ where builder.push_default(prop.to_owned()); } if let Some(ref preedit_range) = self.compose { - // TODO: underline currently doesn't show up, maybe the brush is invisible? - builder.push( - parley::style::StyleProperty::UnderlineBrush(Some(T::default())), - preedit_range.clone(), - ); builder.push( parley::style::StyleProperty::Underline(true), preedit_range.clone(),