mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Temporarily removed greying out of the menu option 'Legacy transition style'.
This commit is contained in:
parent
2a83f616e6
commit
bb68e809f5
|
@ -712,10 +712,10 @@ void GuiMenu::openUIOptions()
|
||||||
->setOpacity(DISABLED_OPACITY);
|
->setOpacity(DISABLED_OPACITY);
|
||||||
// TEMPORARY
|
// TEMPORARY
|
||||||
// transitionStyle->setEnabled(false);
|
// transitionStyle->setEnabled(false);
|
||||||
transitionStyle->setOpacity(DISABLED_OPACITY);
|
// transitionStyle->setOpacity(DISABLED_OPACITY);
|
||||||
transitionStyle->getParent()
|
// transitionStyle->getParent()
|
||||||
->getChild(transitionStyle->getChildIndex() - 1)
|
// ->getChild(transitionStyle->getChildIndex() - 1)
|
||||||
->setOpacity(DISABLED_OPACITY);
|
// ->setOpacity(DISABLED_OPACITY);
|
||||||
|
|
||||||
// Pillarboxes are theme-controlled for newer themes.
|
// Pillarboxes are theme-controlled for newer themes.
|
||||||
gamelistVideoPillarbox->setEnabled(false);
|
gamelistVideoPillarbox->setEnabled(false);
|
||||||
|
|
Loading…
Reference in a new issue