]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.cpp
Qt4 - SPrefsInterface Button is clicked by default.
[vlc] / modules / gui / qt4 / components / simple_preferences.cpp
index 4272970bed17db5c959f5119f3dce2ab6f489d5c..c4b2c351c0c6289612eb7495761d5b035c8c259b 100644 (file)
@@ -80,6 +80,8 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) :
                   spref_cone_Input_64.png, 4 );
     ADD_CATEGORY( SPrefsHotkeys, qtr("Hotkeys"), spref_cone_Hotkeys_64.png, 5 );
 
+    SPrefsInterface->setChecked( true );
+
     this->setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding);
     setLayout( layout );
 }