mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +01: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)
|
||||
, LayoutKey(copy.LayoutKey)
|
||||
, ImageType(copy.ImageType)
|
||||
, HorizontalScroll(copy.HorizontalScroll)
|
||||
{
|
||||
|
||||
ScrollPoints = NULL;
|
||||
|
||||
Reference in New Issue
Block a user