mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
merge neutrino-mp progressbar code, (C) martii
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