mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-08 11:11:51 +00:00
GUI: merge: fix combo box activation in adding/appending dialog
This commit is contained in:
parent
23a479b8e0
commit
c9aa36005a
@ -51,7 +51,7 @@ AddingAppendingFilesDialog::fileIndex()
|
||||
|
||||
void
|
||||
AddingAppendingFilesDialog::selectionChanged() {
|
||||
ui->cbFileName->setEnabled(!ui->rbAdd->isChecked() && !ui->rbAlwaysAdd->isChecked() && !ui->rbAddToNew->isChecked());
|
||||
ui->cbFileName->setEnabled(ui->rbAppend->isChecked() || ui->rbAddAdditionalParts->isChecked());
|
||||
}
|
||||
|
||||
}}}
|
||||
|
Loading…
Reference in New Issue
Block a user