Changed: import modal auto select first occurence

--HG--
branch : menu_navi
hg/feature/menu-navi
Inky 6 years ago
parent c1e76fcbb2
commit c545629a10

@ -3479,6 +3479,11 @@ class CAHInitImportCharacter : public IActionHandler
if (text)
text->setText(ucstring(savedCharacters[i]));
// first button is pushed
CCtrlButton *button = dynamic_cast<CCtrlButton*>(newLine->getCtrl("but"));
if (button && list->getNumGroup() == 0)
button->setPushed(true);
// add to the list now
newLine->setParent(list);
newLine->setParentSize(list);

Loading…
Cancel
Save