From 0ed34b06888fbf54bc337f82b1e8b0c14c98774c Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Fri, 10 Jun 2016 15:46:02 +0200 Subject: [PATCH] Pushing a collection should not trigger a menuEnter event for the scrolling list. These events should be handled separately. --- RetroFE/Source/Graphics/Page.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/RetroFE/Source/Graphics/Page.cpp b/RetroFE/Source/Graphics/Page.cpp index 0d6f5e8..e9b6aef 100644 --- a/RetroFE/Source/Graphics/Page.cpp +++ b/RetroFE/Source/Graphics/Page.cpp @@ -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;