From 7dcb0083550569848715cafdeaadc2992095e985 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Thu, 21 May 2009 00:04:39 +0200 Subject: [PATCH] qt4: update the MRL when the fps change (desktop). Should fix #2767. --- modules/gui/qt4/components/open_panels.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 8d224f4d2e..3a6a4cc693 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -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 ) ); -- 2.20.1