Replies: 1 comment 2 replies
-
Curious why you are using force16colors. That's intended to be used as a fallback for systems that don't support full color. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on the Mac version of an app and I'm noticing that certain color combinations are not allowed? Not exactly sure what is going on. I'm using
Application.Force16Colors = true;
and I'm on the latest alpha.For example, I have a table view and when I set the
Normal
color to red (foreground) / green (background) it works fine. However, if I change the background from green to blue it ignores the foreground (red) and shows it as white. This is not the only color combination that seems to be overwritten.It this a normal behavior? Is there a better way to control the color combinations? Known bug?
Beta Was this translation helpful? Give feedback.
All reactions