1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -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

@@ -67,7 +67,7 @@ impl super::Demo for WindowOptions {
.constrain(constrain)
.collapsible(collapsible)
.title_bar(title_bar)
.scroll2(scroll2)
.scroll(scroll2)
.enabled(enabled);
if closable {
window = window.open(open);