Added "onEnter" event trigger after the splashpage has been replaced by the

selected layout.
This commit is contained in:
Pieter Hulshoff 2016-06-10 16:19:00 +02:00
parent 0ed34b0688
commit e711049acb
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ ScrollingList::ScrollingList(Configuration &c,
, spriteList_(NULL)
, scrollPoints_(NULL)
, tweenPoints_(NULL)
, focus_(false)
, focus_(true)
, itemIndex_(0)
, componentIndex_(0)
, selectedOffsetIndex_(0)

View File

@ -324,6 +324,7 @@ void RetroFE::run()
mp.buildMenuItems(info, menuSort);
currentPage_->pushCollection(info);
currentPage_->start();
state = RETROFE_ENTER;
}