infobar: rework infobar timeout behavior

Options were sometimes described ambiguously and previous behavior was no longer available.
Now the descriptions should be more plausible for current behavior.


Origin commit data
------------------
Commit: 89770bae19
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-10 (Tue, 10 Apr 2018)
This commit is contained in:
2018-04-10 22:30:17 +02:00
committed by vanhofen
parent 7d0e5cff05
commit a123753eaa
12 changed files with 94 additions and 41 deletions

View File

@@ -912,7 +912,7 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
}
else if (actionKey == "msgbox_test_cancel"){
CMsgBox * msgBox = new CMsgBox("Testmenu: MsgBox exit test", "Please press key");
// msgBox->setTimeOut(g_settings.timing[SNeutrinoSettings::TIMING_INFOBAR]);
// msgBox->setTimeOut(g_settings.handling_infobar[SNeutrinoSettings::HANDLING_INFOBAR]);
msgBox->paint();
res = msgBox->exec();
msgBox->hide();