From ee0fe9a8d1be09b98cd0a711e9fd11b1d3bdedb0 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 28 Oct 2021 22:58:04 +0200 Subject: [PATCH] Fixed an issue where the system carousel would get the wrong zIndex value. --- es-app/src/views/SystemView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/src/views/SystemView.cpp b/es-app/src/views/SystemView.cpp index f60a9a552..55fb6d81f 100644 --- a/es-app/src/views/SystemView.cpp +++ b/es-app/src/views/SystemView.cpp @@ -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);