diff --git a/main.cc b/main.cc index 28d15fc9..59311ecf 100644 --- a/main.cc +++ b/main.cc @@ -302,7 +302,9 @@ int main( int argc, char ** argv ) app.setApplicationName( "GoldenDict" ); app.setOrganizationDomain( "http://goldendict.org/" ); - app.setStyle(new GdAppStyle); + + //this line will forbid stylesheet applying on GroupComboBox +// app.setStyle(new GdAppStyle); #ifndef Q_OS_MAC app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );