mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 13:14:38 +00:00
GUI: BCP 47 language dialog: fix scroll area background on Windows
Part of the implementation of #2419.
This commit is contained in:
parent
c55c27a519
commit
eca6093f9c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user