egui/crates/epaint/src/text
Lucas Meurer 5bb20f511e
Fix links and text selection in horizontal_wrapped layout (#6905)
* Closes <https://github.com/emilk/egui/issues/6904>
* [x] I have followed the instructions in the PR template

This was broken in https://github.com/emilk/egui/pull/5411. Not sure if
this is the best fix or if `PlacedRow::rect` should be updated, but I
think it makes sense that PlacedRow::rect ignores leading space.
2025-05-06 17:40:18 +02:00
..
cursor.rs Simplify the text cursor API (#5785) 2025-03-20 10:49:38 +01:00
font.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
fonts.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
mod.rs Optimize editing long text by caching each paragraph (#5411) 2025-04-01 18:55:39 +02:00
text_layout.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
text_layout_types.rs Fix links and text selection in horizontal_wrapped layout (#6905) 2025-05-06 17:40:18 +02:00