Commit be73bf38 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Qt] Fix the Advanced Control de-attachment from interface.

Don't forget the break; in a switch !
parent f400b143
......@@ -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 );
......
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