src/EditRecipe.cpp

changeset 147
af1386a6ece7
parent 145
fd4f0de86fd9
child 148
ba25a566b100
--- 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<int>::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed);
+    connect(ui->mash_pickEdit, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed);
 
     // All signals from tab "Water"
     connect(ui->bs_cacl2Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_cacl2_changed);

mercurial