fix:stylesheet does not applied on GroupComboBox

This commit is contained in:
Xiao YiFang 2022-05-08 12:57:59 +08:00
parent f960c2f046
commit ce4640d649

View file

@ -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" ) );