-
Notifications
You must be signed in to change notification settings - Fork 0
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
Return of bug in color editor, moving from black to white #105
Comments
This has something to do with the vector in Autoplot. If I just plot a single channel, it works fine. But try:
|
bug where changing non-black color to black with GUI droplist would not work is fixed, now that the model is updated.
I think this bug never went away, and was caused because the JComboBox model thinks the original color is black, but it isn't. The problem is fixed by replacing the JComboBox model each time the value is set. |
I think I just observed this with the droplist for the plot symbol, in a multi-object property editor. |
For years there was a bug in the color editor, where you couldn't select the first color. This seemed to have disappeared, but Sadie saw where it is happening again.
In Autoplot:
The text was updated successfully, but these errors were encountered: