mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 10:18:53 +01:00
Pushing a collection should not trigger a menuEnter event for the scrolling
list. These events should be handled separately.
This commit is contained in:
parent
6af237ebbf
commit
0ed34b0688
@ -502,7 +502,6 @@ bool Page::pushCollection(CollectionInfo *collection)
|
||||
activeMenu_ = menus_[menuDepth_];
|
||||
activeMenu_->collectionName = collection->name;
|
||||
activeMenu_->setItems(&collection->items);
|
||||
activeMenu_->triggerMenuEnterEvent();
|
||||
|
||||
// build the collection info instance
|
||||
MenuInfo_S info;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user