mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15: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);
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue