mirror of
https://github.com/emilk/egui.git
synced 2026-07-16 11:38:54 +00:00
d8a795598f
`egui_extras::Table` now uses the clip rectangle to decide which rows to draw when using `TableBody::rows()`. - Closes #3682 - Closes #3670