Pushing a collection should not trigger a menuEnter event for the scrolling

list. These events should be handled separately.
This commit is contained in:
Pieter Hulshoff 2016-06-10 15:46:02 +02:00
parent 6af237ebbf
commit 0ed34b0688

View File

@ -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;