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: The values in the spinbox for lambda_min is not autocorrected correctly #168

Closed janhenrikwold closed 7 years ago

janhenrikwold commented 9 years ago

When the user, by means of the keyboard, set lambda_min<390, the value displayed in the spinbox should be autocorrected to 390. The autocorrection instead returns the lamda_min from the preceeding computation.

ifarup commented 7 years ago

This is a Qt bug/feature/standard behaviour, not caused by our code. Have to keep it.