mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 09:48:51 +01:00
Removed recent change since it caused havoc with themes in progress. If this
causes a memory leak issue it should be solved elsewhere.
This commit is contained in:
parent
6563ae336e
commit
7b3016bacf
@ -523,10 +523,7 @@ bool Page::popCollection()
|
|||||||
playlist_ = info->playlist;
|
playlist_ = info->playlist;
|
||||||
playlistChange();
|
playlistChange();
|
||||||
|
|
||||||
// Remove references to the collection we're about to delete and pop the menu
|
|
||||||
menuDepth_--;
|
menuDepth_--;
|
||||||
activeMenu_->collectionName = "";
|
|
||||||
activeMenu_->setItems(NULL);
|
|
||||||
activeMenu_ = menus_[menuDepth_ - 1];
|
activeMenu_ = menus_[menuDepth_ - 1];
|
||||||
|
|
||||||
for(std::vector<Component *>::iterator it = LayerComponents.begin(); it != LayerComponents.end(); ++it)
|
for(std::vector<Component *>::iterator it = LayerComponents.begin(); it != LayerComponents.end(); ++it)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user