Fix scrolling orientation for submenu (copy constructor issue).

This commit is contained in:
emb
2015-03-04 12:21:20 -06:00
parent 01ea724caf
commit ecae25cd3b

View File

@@ -90,6 +90,7 @@ ScrollingList::ScrollingList(const ScrollingList &copy)
, FontInst(copy.FontInst) , FontInst(copy.FontInst)
, LayoutKey(copy.LayoutKey) , LayoutKey(copy.LayoutKey)
, ImageType(copy.ImageType) , ImageType(copy.ImageType)
, HorizontalScroll(copy.HorizontalScroll)
{ {
ScrollPoints = NULL; ScrollPoints = NULL;