thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

CalcView Stress@MaxSafe background color #784

Closed grumpyinca closed 1 year ago

grumpyinca commented 1 year ago

When Extension & Torsion spring Calculator View renders the value of Stress in the Max Safe loading condition, the background should be light gray for Prop_Calc_Method = 1 and = 2. Currently (v4.3.3) for those values of Prop_Calc_Method, the background is white (indicating that the user should be able to change that value). A white background is appropriate for Prop_Calc_Method = 3.

See line 92 of Spring/Extension/Calculator.js See line 96 of Spring/Torsion/Calculator.js

1fifoto commented 1 year ago

Checked into branch 784 based upon master-4.3.3

1fifoto commented 1 year ago

Merged into master, closing