* Add volume bar to osd timeouts in the OSD setup

This commit is contained in:
Michael Liebmann
2013-06-03 23:49:37 +02:00
parent fc3829d695
commit d08d18522e
9 changed files with 22 additions and 18 deletions

View File

@@ -450,7 +450,7 @@ int CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
case CRCInput::RC_minus:
case CRCInput::RC_left:
case CRCInput::RC_right:
CVolume::getInstance()->setVolume(msg, true /*nowait = true*/);
CVolume::getInstance()->setVolume(msg);
break;
default:
if ((msg >= CRCInput::RC_WithData) && (msg < CRCInput::RC_WithData + 0x10000000))