Temporarily removed greying out of the menu option 'Legacy transition style'.

This commit is contained in:
Leon Styhre 2022-09-03 12:48:00 +02:00
parent 2a83f616e6
commit bb68e809f5

View file

@ -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);