diff -r aad2f9f38fc5 -r af1386a6ece7 src/EditRecipe.cpp --- a/src/EditRecipe.cpp Tue Apr 19 21:26:56 2022 +0200 +++ b/src/EditRecipe.cpp Tue Apr 19 22:27:18 2022 +0200 @@ -685,7 +685,7 @@ // All signals from tab "Mash" ui->mashsTable->setEditTriggers(QAbstractItemView::NoEditTriggers); connect(ui->addMash, SIGNAL(clicked()), this, SLOT(addMashRow_clicked())); - //connect(ui->mash_pickEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed); + connect(ui->mash_pickEdit, QOverload::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed); // All signals from tab "Water" connect(ui->bs_cacl2Edit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_cacl2_changed);