mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- slide: formatting code
This commit is contained in:
@@ -143,7 +143,7 @@ bool COSDSlider::SlideDone()
|
||||
{
|
||||
bool ret = false;
|
||||
|
||||
if (slideOut) // disappear
|
||||
if (slideOut) // disappear
|
||||
{
|
||||
slideValue += STEPSIZE;
|
||||
|
||||
@@ -156,7 +156,7 @@ bool COSDSlider::SlideDone()
|
||||
else
|
||||
setValue(slideValue);
|
||||
}
|
||||
else // appears
|
||||
else // appear
|
||||
{
|
||||
slideValue -= STEPSIZE;
|
||||
|
||||
@@ -171,8 +171,5 @@ bool COSDSlider::SlideDone()
|
||||
setValue(slideValue);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user