Fix behaviour of device-screen: Go to input-screen if pressing on the back button
This commit is contained in:
parent
d5de7d49d9
commit
e5b4121aef
@ -320,7 +320,7 @@ void OptionsScreenInput2::updateInputButtons()
|
|||||||
getWidget<GUIEngine::LabelWidget>("conflict");
|
getWidget<GUIEngine::LabelWidget>("conflict");
|
||||||
if (conflicts)
|
if (conflicts)
|
||||||
conflict_label->setText(
|
conflict_label->setText(
|
||||||
_("* A blue item means a conflict with another configuration") );
|
_("* A red item means a conflict with another configuration") );
|
||||||
else
|
else
|
||||||
conflict_label->setText("");
|
conflict_label->setText("");
|
||||||
|
|
||||||
@ -453,7 +453,7 @@ void OptionsScreenInput2::eventCallback(Widget* widget,
|
|||||||
}
|
}
|
||||||
else if (name == "back")
|
else if (name == "back")
|
||||||
{
|
{
|
||||||
sm->popMenu();
|
sm->replaceTopMostScreen(OptionsScreenInput::getInstance());
|
||||||
}
|
}
|
||||||
else if (name == "actions")
|
else if (name == "actions")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user