mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
### Summary When `title_frame` is not explicitly set, fall back to `window_frame` instead of `Frame::window(&style)`. ### Motivation If a custom `frame` is provided for a window, `window_title_frame` should maintain visual consistency with it by default unless a separate `title_frame` is specified. * Related #8154 * Related #8353