forked from RomanHargrave/displaycal
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual whitepoint editor does not work #169
Comments
p5k369
added a commit
to p5k369/displaycal-py3
that referenced
this issue
Sep 10, 2022
- changed comparison values for display_name to str in function visual_whitepoint_editor_handler - added uncritical integer conversion wherever needed in module wxVisualWhitepointEditor
Fixed in #175 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I set "Whitepoint" to "Chromaticity Coordinates" in the Calibration tab and click the icon to open the visual whitepoint editor, I get the following error:
Unfortunately, making it work is not as easy as just changing the byte strings to strings there, as I got a wx-related error when I tried that.
The text was updated successfully, but these errors were encountered: