Commit 3392ff1e authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: Simple Preferences: conditionally hide the whole groupbox, not

just widgets
parent 98ef0e14
......@@ -529,8 +529,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
#ifdef _WIN32
BUTTONACT( ui.assoButton, assoDialog() );
#else
ui.assoButton->hide();
ui.assocLabel->hide();
ui.osGroupBox->hide();
#endif
#ifdef MEDIA_LIBRARY
BUTTONACT( ui.sqlMLbtn, configML() );
......
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