mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Fix minor compile error.
This commit is contained in:
parent
3c9fa60d28
commit
e03a0797be
@ -91,9 +91,9 @@ Component Dropdown(DropdownOption option) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!transform) {
|
if (!transform) {
|
||||||
transform = [](bool open, Element checkbox_element,
|
transform = [](bool is_open, Element checkbox_element,
|
||||||
Element radiobox_element) {
|
Element radiobox_element) {
|
||||||
if (open) {
|
if (is_open) {
|
||||||
const int max_height = 12;
|
const int max_height = 12;
|
||||||
return vbox({
|
return vbox({
|
||||||
checkbox_element,
|
checkbox_element,
|
||||||
|
Loading…
Reference in New Issue
Block a user