From 0a78944996844ced1159e28cc49d46c6b2fcc5fd Mon Sep 17 00:00:00 2001 From: Johns Date: Fri, 14 Sep 2012 16:53:13 +0200 Subject: Fix bug: hue menu entry changes brightness. --- softhddevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'softhddevice.cpp') diff --git a/softhddevice.cpp b/softhddevice.cpp index 16064c9..05a7ace 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -748,7 +748,7 @@ void cMenuSetupSoft::Create(void) 0, 10000, tr("min"), tr("max"))); Add(new cMenuEditIntItem(tr("Saturation (0..10000) (vdpau)"), &Saturation, 0, 10000, tr("min"), tr("max"))); - Add(new cMenuEditIntItem(tr("Hue (-3141..3141) (vdpau)"), &Brightness, + Add(new cMenuEditIntItem(tr("Hue (-3141..3141) (vdpau)"), &Hue, -3141, 3141, tr("min"), tr("max"))); for (i = 0; i < RESOLUTIONS; ++i) { -- cgit v1.2.3