Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
310 stars 134 forks source link

Changing any field with days as unit in "extras" tab on recipe causes crash #788

Closed dschwilk closed 5 months ago

dschwilk commented 5 months ago

brewtarget-3.0.10-2_amd64.deb on kubuntu 22.04 fresh install using built in recipes.

If I change a field under the extras tab such as "Primary age (days)". the program crashes with this error:

ERROR : ASSERT: "!std::holds_alternative<NonPhysicalQuantity>(*this->pimpl->m_typeInfo->fieldType)" in file ../src/widgets/SmartField.cpp, line 404  [widgets/SmartField.cpp:404]
dschwilk commented 5 months ago

Oops duplicate of #785