]> git.sesse.net Git - vlc/commitdiff
Don't put a progress bar behing each input box
authorClément Stenac <zorglub@videolan.org>
Thu, 15 Dec 2005 09:15:03 +0000 (09:15 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 15 Dec 2005 09:15:03 +0000 (09:15 +0000)
modules/gui/wxwidgets/dialogs/interaction.cpp

index b2b6acd7d2b96d48288d7679b3c3996d106b05de..bb79a81a8ae9eee633715a0730ecc08ec5dff7a4 100644 (file)
@@ -151,6 +151,7 @@ void InteractionDialog::Render()
                 widget.val = &p_widget->val;
                 widget.i_type = WIDGET_INPUT_TEXT;
                 input_widgets.push_back( widget );
+                break;
             case WIDGET_PROGRESS:
                 label = new wxStaticText(widgets_panel, -1,
                                     wxU( p_widget->psz_text ) );