mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-24 06:28:12 +08:00
Fix minor compile error.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user