1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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

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());
}