mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-28 02:35:23 +01:00
Fix scrolling orientation for submenu (copy constructor issue).
This commit is contained in:
parent
01ea724caf
commit
ecae25cd3b
@ -90,6 +90,7 @@ ScrollingList::ScrollingList(const ScrollingList ©)
|
||||
, FontInst(copy.FontInst)
|
||||
, LayoutKey(copy.LayoutKey)
|
||||
, ImageType(copy.ImageType)
|
||||
, HorizontalScroll(copy.HorizontalScroll)
|
||||
{
|
||||
|
||||
ScrollPoints = NULL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user