GUI: BCP 47 language dialog: fix scroll area background on Windows

Part of the implementation of #2419.
This commit is contained in:
Moritz Bunkus 2020-09-03 20:44:25 +02:00
parent c55c27a519
commit eca6093f9c
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -70,7 +70,6 @@ LanguageDialog::LanguageDialog(QWidget *parent)
auto &p = *p_ptr;
p.ui->setupUi(this);
Util::fixScrollAreaBackground(p.ui->saComponents);
if (Settings::get().m_bcp47LanguageEditingMode == Settings::BCP47LanguageEditingMode::FreeForm) {
p.ui->rbFreeForm->setChecked(true);