Remove unnecessary conversion in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2020-03-29 15:21:18 +02:00
parent 8b49968cab
commit 79fed3d695

View File

@ -106,8 +106,7 @@ impl text_input::Renderer for Renderer {
style_sheet.placeholder_color()
} else {
style_sheet.value_color()
}
.into(),
},
font,
bounds: Rectangle {
width: f32::INFINITY,