- bouqueteditor: allow hiding bouquets with RC_playpause too

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-02-28 01:11:07 +01:00
committed by Thilo Graf
parent d677bd9c22
commit 47dd96d4e7

View File

@@ -301,7 +301,7 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
renameBouquet();
}
}
else if (msg == CRCInput::RC_pause)
else if (msg == CRCInput::RC_pause || msg == CRCInput::RC_playpause)
{
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
{