mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user