diff options
Diffstat (limited to 'src/plugins/General/converter/converterdialog.cpp')
| -rw-r--r-- | src/plugins/General/converter/converterdialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/converter/converterdialog.cpp b/src/plugins/General/converter/converterdialog.cpp index f648f5950..2c41bce2e 100644 --- a/src/plugins/General/converter/converterdialog.cpp +++ b/src/plugins/General/converter/converterdialog.cpp @@ -159,8 +159,7 @@ void ConverterDialog::editPreset() if(ui.presetComboBox->currentIndex() == -1) return; int index = ui.presetComboBox->currentIndex(); - if(ui.presetComboBox->itemData(index).toMap()["read_only"].toBool()) - return; + PresetEditor *editor = new PresetEditor(ui.presetComboBox->itemData(index).toMap(), this); if(editor->exec() == QDialog::Accepted) { |
