mirror of
https://github.com/emilk/egui.git
synced 2026-07-15 11:08:54 +00:00
c0ea6117e0
This is necessary to add e.g. buttons as prefix/suffix within the textedit (so you can read the rect and place the button). I'm not sure if deref on the AtomLayoutResponse is the right call but it should make the migration easier and is generally convenient (but might lead to some confusion).