1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00
Files
egui/crates
rustbasic 3c69fb4833 Fallback window_title_frame to window_frame when unspecified (#8400)
### 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
2026-08-11 14:03:53 +02:00
..