diff --git a/RetroFE/Source/Graphics/Component/ScrollingList.cpp b/RetroFE/Source/Graphics/Component/ScrollingList.cpp index 589f3b0..ca9c5fd 100644 --- a/RetroFE/Source/Graphics/Component/ScrollingList.cpp +++ b/RetroFE/Source/Graphics/Component/ScrollingList.cpp @@ -289,6 +289,8 @@ void ScrollingList::random() { if(!items_ || items_->size() == 0) return; + notifyAllRequested_ = true; + deallocateSpritePoints(); itemIndex_ = rand() % items_->size(); allocateSpritePoints();