mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03: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:
@@ -115,7 +115,7 @@ impl eframe::App for MyApp {
|
||||
|
||||
// combobox test
|
||||
ui.add_space(20.0);
|
||||
egui::ComboBox::from_id_source("combo_box")
|
||||
egui::ComboBox::from_id_salt("combo_box")
|
||||
.selected_text("click me")
|
||||
.show_ui(ui, |ui| {
|
||||
full_span_widget(ui, true);
|
||||
|
||||
Reference in New Issue
Block a user