1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Rename fn scroll2 to fn scroll (#4282)

This commit is contained in:
Emil Ernerfeldt
2024-03-30 18:00:43 +01:00
committed by GitHub
parent 1354c3e19a
commit 549b243228
5 changed files with 24 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ impl super::Demo for CodeExample {
.open(open)
.min_width(375.0)
.default_size([390.0, 500.0])
.scroll2(false)
.scroll(false)
.resizable([true, false])
.show(ctx, |ui| self.ui(ui));
}