diff -r ba25a566b100 -r d73719fa2ebb src/EditRecipe.cpp --- a/src/EditRecipe.cpp Wed Apr 20 12:19:36 2022 +0200 +++ b/src/EditRecipe.cpp Wed Apr 20 14:30:06 2022 +0200 @@ -700,6 +700,8 @@ connect(ui->mw_acidvolEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::mw_acid_changed); connect(ui->mw_acidPick, QOverload::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mw_type_changed); connect(ui->wt_sourceEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditRecipe::wt_target_changed); + connect(ui->w1_nameEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditRecipe::w1_name_changed); + connect(ui->w2_nameEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditRecipe::w2_name_changed); connect(ui->w2_volEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::w2_volume_changed); ui->saveButton->setEnabled(false);