From bb68e809f54621f89d5525c01ffe74662091926b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 3 Sep 2022 12:48:00 +0200 Subject: [PATCH] Temporarily removed greying out of the menu option 'Legacy transition style'. --- es-app/src/guis/GuiMenu.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index 97037ed9b..b88174453 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -712,10 +712,10 @@ void GuiMenu::openUIOptions() ->setOpacity(DISABLED_OPACITY); // TEMPORARY // transitionStyle->setEnabled(false); - transitionStyle->setOpacity(DISABLED_OPACITY); - transitionStyle->getParent() - ->getChild(transitionStyle->getChildIndex() - 1) - ->setOpacity(DISABLED_OPACITY); + // transitionStyle->setOpacity(DISABLED_OPACITY); + // transitionStyle->getParent() + // ->getChild(transitionStyle->getChildIndex() - 1) + // ->setOpacity(DISABLED_OPACITY); // Pillarboxes are theme-controlled for newer themes. gamelistVideoPillarbox->setEnabled(false);