diff -r b5b2483f3a3f -r 58e4ce7dd217 src/EditRecipe.h --- a/src/EditRecipe.h Thu Apr 21 17:22:01 2022 +0200 +++ b/src/EditRecipe.h Fri Apr 22 13:46:59 2022 +0200 @@ -373,7 +373,6 @@ QString bar_100 = "QProgressBar::chunk {background: #80FF80;}"; int recno; bool textIsChanged = false; - bool ignoreChanges = false; Recipe *recipe; /* * Variables for popup ingredients editing. @@ -384,7 +383,7 @@ QDoubleSpinBox *steptempEdit, *endtempEdit, *steptimeEdit, *ramptimeEdit, *stepivolEdit, *stepitmpEdit; QSpinBox *htimeEdit, *mtimeEdit; QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit; - QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *ivolLabel, *itmpLabel; + QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *yamountLabel, *ivolLabel, *itmpLabel; void to100Fermentables(int row); static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2);