Commit 7dcb0083 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: update the MRL when the fps change (desktop).

Should fix #2767.
parent b36b614a
......@@ -1072,6 +1072,9 @@ void CaptureOpenPanel::initialize()
screenFPS->setAlignment( Qt::AlignRight );
screenPropLayout->addWidget( screenFPS, 0, 1 );
/* Screen connect */
CuMRL( screenFPS, valueChanged( int ) );
/* General connects */
CONNECT( ui.deviceCombo, activated( int ) ,
stackedDevLayout, setCurrentIndex( int ) );
......
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