diff --git a/RetroFE/Source/Graphics/Component/ScrollingList.cpp b/RetroFE/Source/Graphics/Component/ScrollingList.cpp index 5880300..029a29d 100644 --- a/RetroFE/Source/Graphics/Component/ScrollingList.cpp +++ b/RetroFE/Source/Graphics/Component/ScrollingList.cpp @@ -90,6 +90,7 @@ ScrollingList::ScrollingList(const ScrollingList ©) , FontInst(copy.FontInst) , LayoutKey(copy.LayoutKey) , ImageType(copy.ImageType) + , HorizontalScroll(copy.HorizontalScroll) { ScrollPoints = NULL;