ifarup / ciefunctions

Python module, GUI, and web app for computing the CIE TC1-97 colorimetric functions
GNU General Public License v3.0
4 stars 5 forks source link

In Python GUI: Spinbox for lambda_max should allow keybord setting > 830, but should autocorrect this to 830 on compute #169

Closed janhenrikwold closed 7 years ago

janhenrikwold commented 9 years ago

Trying to set the lambda_max spinbox value to e.g. 850, only 85 is displayed. It should be allowed, however, to give a lambda_max value of 850, but this should then be autocorrected to 830 on compute.

See also #168 and #154

ifarup commented 7 years ago

This is a Qt bug/feature/restriction, not caused by our code.