mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
merge neutrino-mp progressbar code, (C) martii
Origin commit data
------------------
Branch: ni/coolstream
Commit: 416646bbff
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2306,7 +2306,7 @@ int CMenuProgressbar::getWidth(void)
|
||||
|
||||
int CMenuProgressbar::exec(CMenuTarget*)
|
||||
{
|
||||
int val = /*scale.getValue()*/ + 25;
|
||||
int val = scale.getValue() + 25;
|
||||
if (val > 100)
|
||||
val = 0;
|
||||
scale.setValue(val);
|
||||
|
Reference in New Issue
Block a user