mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Remove viewport_id and parent_viewport_id from Window::show arguments because can be accessed from Context::get_viewport_id and Context::get_parent_viewport_id
This commit is contained in:
@@ -16,7 +16,7 @@ impl super::Demo for DancingStrings {
|
||||
.open(open)
|
||||
.default_size(vec2(512.0, 256.0))
|
||||
.vscroll(false)
|
||||
.show(ctx, |ui, _, _| Self::default().ui(ui));
|
||||
.show(ctx, |ui| Self::default().ui(ui));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user