You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.push_back(RTR("ScrollContainer is intended to work with a single child control.\nUse a container as child (VBox, HBox, etc.), or a Control and set the custom minimum size manually."));
}
return warnings;
}
This should probably use: as_sortable_control(get_child(i), SortableVisbilityMode::VISIBLE);
Tested versions
System information
CachyOS Linux (Arch based), kernel 6.11.0-2-cachyos (64-bit)
Issue description
Adding multiple ScrollContainer nodes under a TabContainer shows yellow triangles with the warning message:
The warning will appear for every ScrollContainer after the first one.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: