mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
psisetup: simplify 1968230641
Origin commit data ------------------ Commit:57efc5fc79
Author: vanhofen <vanhofen@gmx.de> Date: 2020-07-28 (Tue, 28 Jul 2020) Origin message was: ------------------ - psisetup: simplify1968230641
This commit is contained in:
@@ -190,7 +190,7 @@ int CPSISetup::exec (CMenuTarget * parent, const std::string &)
|
||||
direction = -1;
|
||||
/* fall through */
|
||||
case CRCInput::RC_down:
|
||||
if (selected + direction > -1 && selected + direction < (PSI_SCALE_COUNT - 1))
|
||||
if (selected + direction > -1 && selected + direction < PSI_RESET)
|
||||
{
|
||||
psi_list[selected].selected = false;
|
||||
paintSlider (selected);
|
||||
|
Reference in New Issue
Block a user