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

Fix illegible color in 'unsaved changes dialog' on Linux #5487

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

D0ot
Copy link
Contributor

@D0ot D0ot commented Dec 7, 2024

Some fonts are illegible in light theme on Linux:
image

The foreground color wxSystemSettings::GetColour(wxSYS_COLOUR_INFOTEXT) varies on different platform while the background color is hard coded, which causes the problem. Just hard code the foreground color to fix it.

After the fix:
image
image

@D0ot
Copy link
Contributor Author

D0ot commented Dec 7, 2024

Fix some problem mentioned in #2731

@lanewei120 lanewei120 requested a review from bambu123 December 16, 2024 00:22
@lanewei120 lanewei120 merged commit 060ee9a into bambulab:master Dec 16, 2024
14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants