Update crates/egui/src/widgets/text_edit/builder.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
RndUsr123
2026-03-25 14:23:04 +00:00
committed by GitHub
parent fb6e59240b
commit ba86a3a75c
+1 -1
View File
@@ -576,7 +576,7 @@ impl TextEdit<'_> {
}
// Push prefix to the left and enable alignment for the main text
if align.0[0] != Align::LEFT {
if align.x() != Align::LEFT {
atoms.push_right(Atom::grow());
}