Skip to content
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

UI - Controls alternate colour states are unused #21

Open
LambdaSix opened this issue Aug 18, 2014 · 0 comments
Open

UI - Controls alternate colour states are unused #21

LambdaSix opened this issue Aug 18, 2014 · 0 comments

Comments

@LambdaSix
Copy link
Owner

When a control is being drawn, checks are made to consider the MouseOverHighlight flags and IsActive.

If a control can have a mouse over highlight and is active (has focus) at the time, it will be drawn differently. The problem occurs with controls that add additional drawing layers over the base.

For example, a button draws the button label as the last stage, which has the effect of overwriting the existing colour information. These controls possibly need a special Label pigment with a transparent background colour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant