mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-01 10:29:28 +02:00
Fix scrolling orientation for submenu (copy constructor issue).
This commit is contained in:
@@ -90,6 +90,7 @@ ScrollingList::ScrollingList(const ScrollingList ©)
|
|||||||
, 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user