mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
When positioning the text agent, the layer transform was not being considered. This not only caused issues with IME input positioning but also layout shifts if the text agent was off-screen. Before  After 