mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
While using CentralPanel::show_inside_dyn inside egui_tiles I've noticed that sometimes it renders "Unaligned" message with certain tile positions. Match SidePanel behavior by calling round_ui() on the panel rect. <img width="364" height="173" alt="image" src="https://github.com/user-attachments/assets/08a9cef3-67f8-49af-9ea7-75aff711186a" /> --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>