mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix bug: hue menu entry changes brightness.
This commit is contained in:
parent
142c3b16f6
commit
0a78944996
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user