mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-19 10:22:42 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user