git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36b614
)
qt4: update the MRL when the fps change (desktop).
author
Rémi Duraffort
<ivoire@videolan.org>
Wed, 20 May 2009 22:04:39 +0000
(
00:04
+0200)
committer
Rémi Duraffort
<ivoire@videolan.org>
Wed, 20 May 2009 22:04:39 +0000
(
00:04
+0200)
Should fix #2767.
modules/gui/qt4/components/open_panels.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/open_panels.cpp
b/modules/gui/qt4/components/open_panels.cpp
index
8d224f4
..
3a6a4cc
100644
(file)
--- 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 ) );