Commit 1361fbe4 authored by Laurent Aimar's avatar Laurent Aimar

Fixed MRL update on dvb bandwidth modification.

parent 2c53f3f0
......@@ -1040,6 +1040,7 @@ void CaptureOpenPanel::initialize()
CuMRL( dvbCard, valueChanged ( int ) );
CuMRL( dvbFreq, valueChanged ( int ) );
CuMRL( dvbSrate, valueChanged ( int ) );
CuMRL( dvbBandBox, activated ( int ) );
BUTTONACT( dvbs, updateButtons() );
BUTTONACT( dvbt, updateButtons() );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment