git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Qt] Fix the Advanced Control de-attachment from interface.
[vlc.git]
/
modules
/
gui
/
qt4
/
components
/
controller.cpp
diff --git
a/modules/gui/qt4/components/controller.cpp
b/modules/gui/qt4/components/controller.cpp
index
95991df
..
895dec6
100644
(file)
--- a/
modules/gui/qt4/components/controller.cpp
+++ b/
modules/gui/qt4/components/controller.cpp
@@
-378,6
+378,7
@@
QWidget *AbstractController::createWidget( buttonType_e button, int* i_size,
widget = advControls;
*i_size = advControls->getWidth();
}
+ break;
case REVERSE_BUTTON:{
QToolButton *reverseButton = new QToolButton;
setupButton( reverseButton );