You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: