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:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user