mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where the system carousel would get the wrong zIndex value.
This commit is contained in:
parent
2c34a33ece
commit
ee0fe9a8d1
|
@ -686,6 +686,7 @@ void SystemView::getDefaultElements(void)
|
|||
mCarousel.logoSize.y = 0.155f * mSize.y;
|
||||
mCarousel.maxLogoCount = 3;
|
||||
mCarousel.zIndex = 40.0f;
|
||||
mCarousel.legacyZIndexMode = true;
|
||||
|
||||
// System info bar.
|
||||
mSystemInfo.setSize(mSize.x, mSystemInfo.getFont()->getLetterHeight() * 2.2f);
|
||||
|
|
Loading…
Reference in a new issue