From ecae25cd3b9265f269814d39afa373e849bc8828 Mon Sep 17 00:00:00 2001 From: emb <> Date: Wed, 4 Mar 2015 12:21:20 -0600 Subject: [PATCH] Fix scrolling orientation for submenu (copy constructor issue). --- RetroFE/Source/Graphics/Component/ScrollingList.cpp | 1 + 1 file changed, 1 insertion(+) 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;