1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Remove dead code

Closes https://github.com/emilk/egui/issues/4867
This commit is contained in:
Emil Ernerfeldt
2024-08-27 11:33:18 +02:00
parent 73bb4cedb4
commit bd7d71e7fd

View File

@@ -676,7 +676,6 @@ impl<'a> Table<'a> {
let cursor_position = ui.cursor().min;
let mut scroll_area = ScrollArea::new([false, vscroll])
.auto_shrink(true)
.drag_to_scroll(drag_to_scroll)
.stick_to_bottom(stick_to_bottom)
.min_scrolled_height(min_scrolled_height)