mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Rename id_source to id_salt (#5025)
* Closes <https://github.com/emilk/egui/issues/5020 > * [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -91,7 +91,7 @@ fn main() -> eframe::Result {
|
||||
|i| alternatives[i],
|
||||
);
|
||||
|
||||
egui::ComboBox::from_id_source("combo")
|
||||
egui::ComboBox::from_id_salt("combo")
|
||||
.selected_text("ComboBox")
|
||||
.width(100.0)
|
||||
.show_ui(ui, |ui| {
|
||||
|
||||
Reference in New Issue
Block a user