src/EditProductTab8.cpp

changeset 185
405bb68c1ea4
parent 175
f1ed3a2a94e9
child 264
67b5c00dd23c
--- a/src/EditProductTab8.cpp	Sun May 01 16:27:00 2022 +0200
+++ b/src/EditProductTab8.cpp	Sun May 01 20:50:01 2022 +0200
@@ -508,6 +508,7 @@
 void EditProduct::sp_ph_changed(double val)
 {
     product->sparge_ph = val;
+    ui->brew_spargephShow->setValue(product->sparge_ph);
     calcSparge();
     is_changed();
 }

mercurial