mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -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:
@@ -297,7 +297,7 @@ fn integration_ui(ui: &mut egui::Ui, _frame: &mut eframe::Frame) {
|
||||
}
|
||||
|
||||
let mut size = None;
|
||||
egui::ComboBox::from_id_source("viewport-size-combo")
|
||||
egui::ComboBox::from_id_salt("viewport-size-combo")
|
||||
.selected_text("Resize to…")
|
||||
.show_ui(ui, |ui| {
|
||||
ui.selectable_value(
|
||||
|
||||
Reference in New Issue
Block a user