Improving menu class. Selector flickers when selecting
This commit is contained in:
@@ -356,6 +356,7 @@ void Title::updateMenuLabels()
|
||||
mMenu.options->setGreyed(i, true);
|
||||
else
|
||||
mMenu.options->setGreyed(i, false);
|
||||
mMenu.options->setItemCaption(i, mInput->getControllerName(0));
|
||||
break;
|
||||
|
||||
default:
|
||||
@@ -382,6 +383,7 @@ void Title::updateMenuLabels()
|
||||
mMenu.options->setGreyed(i, true);
|
||||
else
|
||||
mMenu.options->setGreyed(i, false);
|
||||
mMenu.options->setItemCaption(i, mInput->getControllerName(0));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user