mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
bouqueteditor_bouquets: RC_yellow now stops move bouquets too
Origin commit data
------------------
Commit: bba488cee8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
Origin message was:
------------------
- bouqueteditor_bouquets: RC_yellow now stops move bouquets too
This commit is contained in:
@@ -304,6 +304,8 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
||||
liststart = (selected/items_count)*items_count;
|
||||
if (state == beDefault)
|
||||
beginMoveBouquet();
|
||||
else if (state == beMoving)
|
||||
finishMoveBouquet();
|
||||
paintItem(selected - liststart);
|
||||
}
|
||||
}
|
||||
@@ -312,7 +314,7 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
||||
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
|
||||
{
|
||||
if (state == beDefault)
|
||||
renameBouquet();
|
||||
renameBouquet();
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_pause)
|
||||
@@ -320,7 +322,7 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
||||
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
|
||||
{
|
||||
if (state == beDefault)
|
||||
switchHideBouquet();
|
||||
switchHideBouquet();
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_stop)
|
||||
@@ -328,7 +330,7 @@ int CBEBouquetWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
||||
if (selected < Bouquets->size()) /* Bouquets->size() might be 0 */
|
||||
{
|
||||
if (state == beDefault)
|
||||
switchLockBouquet();
|
||||
switchLockBouquet();
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_ok)
|
||||
|
Reference in New Issue
Block a user