Add an end statement for the build_simple combobox function which was causing crashing

This commit is contained in:
jaynus 2019-09-06 16:46:37 -07:00
parent 8a862ae220
commit 904bda9354

View File

@ -213,6 +213,7 @@ impl<'a> ComboBox<'a> {
result = true;
}
}
_cb.end(ui);
}
result
}