mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Fixed #99, horizontal volume slider issue
This commit is contained in:
parent
f7846d238b
commit
224af01f25
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ Volume::Volume(int _x, int _y, int _w, int _h, const char *_label ):
|
||||||
ampR = 0;
|
ampR = 0;
|
||||||
compress = 0;
|
compress = 0;
|
||||||
value( 0.78f );
|
value( 0.78f );
|
||||||
|
|
||||||
|
orientationHorizontal = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue