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
Describe the bug
The text color of disabled widgets is green when the regular color is not.
To Reproduce
Steps to reproduce the behavior:
The issue can be seen in the demo at https://www.egui.rs/#demo. Just uncheck "Interactive" in the widget gallery.
Alternatively,
Create a disabled button with text supplied as &str (or RichText with no color supplied)
It is green.
Expected behavior
The text is a faded out color of the normal text color.
Screenshots Enabled
Disabled
Additional context
As of #3727 (tested by rolling back to git rev e36b981), the button text appears green. It seems like it is not replacing the new PLACEHOLDER color with the appropriate color when disabled (it is graying out the PLACEHOLDER rather than the intended default color). Using RichText with a color does not display this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
The text color of disabled widgets is green when the regular color is not.
To Reproduce
Steps to reproduce the behavior:
The issue can be seen in the demo at https://www.egui.rs/#demo. Just uncheck "Interactive" in the widget gallery.
Alternatively,
&str
(orRichText
with no color supplied)Expected behavior
The text is a faded out color of the normal text color.
Screenshots
Enabled
Disabled
Additional context
As of #3727 (tested by rolling back to git rev e36b981), the button text appears green. It seems like it is not replacing the new
PLACEHOLDER
color with the appropriate color when disabled (it is graying out the PLACEHOLDER rather than the intended default color). UsingRichText
with a color does not display this issue.The text was updated successfully, but these errors were encountered: