Skip to content
Snippets Groups Projects
Commit 5a2926b0 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Do not disable combobox in addtarget dialog

parent de138e14
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,6 @@ AddTargetDialog::AddTargetDialog(Project *project, QWidget *parent) : ...@@ -54,7 +54,6 @@ AddTargetDialog::AddTargetDialog(Project *project, QWidget *parent) :
} }
} }
ui->targetComboBox->setCurrentIndex(0); ui->targetComboBox->setCurrentIndex(0);
ui->targetComboBox->setEnabled(ui->targetComboBox->count() > 1);
connect(ui->buttonBox, SIGNAL(accepted()), connect(ui->buttonBox, SIGNAL(accepted()),
this, SLOT(accept())); this, SLOT(accept()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment