Combobox bug
Posted: Sat Oct 26, 2013 14:31
I create combobox like this,
then it turns out that i can't see the items clear in the list, but i can still select them, check it out please.
Code: Select all
Combobox* cb = <static_cast>(Combobox*) wmgr.create("WindowsLook/Combobox", "mycb");
cb->addItem(new mylistItem("Combobox Item1"));
cb->addItem(new mylistItem("Combobox Item2"));
then it turns out that i can't see the items clear in the list, but i can still select them, check it out please.