mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 14:38:36 +00:00
Add an end statement for the build_simple combobox function which was causing crashing
This commit is contained in:
parent
8a862ae220
commit
904bda9354
@ -213,6 +213,7 @@ impl<'a> ComboBox<'a> {
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
_cb.end(ui);
|
||||
}
|
||||
result
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user