mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 21:38:34 +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;
|
result = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_cb.end(ui);
|
||||||
}
|
}
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user