I'll need this later.

Updated TODO.
This commit is contained in:
Martín Lucas Golini
2026-02-13 20:38:44 -03:00
parent 5085a13c21
commit 1b1782bb2d
4 changed files with 197 additions and 7 deletions

View File

@@ -20,8 +20,7 @@ class EE_API UIDropDownList : public UITextInput {
static std::string menuWidthModeToString( MenuWidthMode rule );
class StyleConfig {
public:
struct StyleConfig {
Uint32 MaxNumVisibleItems = 10;
bool PopUpToRoot = false;
MenuWidthMode menuWidthRule{ MenuWidthMode::DropDown };