egui
egui copied to clipboard
TableBuilder column separators overlap other widgets if .resizable is set to true
Describe the bug When drawing TableBuilder.resible(true), column separators take all vertical space overlapping with other widget below! See pictures below for a comparison!
To Reproduce
- Set TableBuilder.resible(true)
- Display something after the table (like a label for example)
Expected behavior Table separators should stop when the last row of the table is drawn.
Screenshots
Behaviour with TableBuilder.resible(true)
Behaviour with TableBuilder.resible(false)
Desktop (please complete the following information): Happens on both macOS Tahoe 26.0.1 and on Windows 11