mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Merge pull request #258 from jaynus/combo_fix
Small fix for missing .end() statement on new ComboBox causing a panic
This commit is contained in:
commit
6a9fb254d6
@ -213,6 +213,7 @@ impl<'a> ComboBox<'a> {
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
_cb.end(ui);
|
||||
}
|
||||
result
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user