summaryrefslogtreecommitdiffstats
path: root/src/app/xineEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/xineEngine.cpp')
-rw-r--r--src/app/xineEngine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/xineEngine.cpp b/src/app/xineEngine.cpp
index c57f79e..74f4f35 100644
--- a/src/app/xineEngine.cpp
+++ b/src/app/xineEngine.cpp
@@ -555,7 +555,10 @@ VideoWindow::setStreamParameter( int value )
else if( sender == "aspect_ratio_menu" )
parameter = XINE_PARAM_VO_ASPECT_RATIO;
else if( sender == "volume" )
+ {
parameter = XINE_PARAM_AUDIO_AMP_LEVEL;
+ value = 100 - value; // TQt sliders are wrong way round when vertical
+ }
else
return;