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

Don't override menu renderers on Windows #2632

Merged
merged 1 commit into from
Jan 8, 2019

Conversation

HebaruSan
Copy link
Member

Problem

Since #2541, our menus have looked ugly on Windows:

image

Cause

We made a custom toolbar/menu renderer to work around Mono's mishandling of dark themes, but this looks bad on Windows.

Changes

Now we only apply that workaround on Mono, and Windows looks nicer:

image

@HebaruSan HebaruSan added Bug GUI Issues affecting the interactive GUI Pull request Windows Issues specific for Windows labels Jan 5, 2019
@politas politas merged commit 916e20f into KSP-CKAN:master Jan 8, 2019
politas added a commit that referenced this pull request Jan 8, 2019
@HebaruSan HebaruSan deleted the fix/windows-menus branch January 8, 2019 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GUI Issues affecting the interactive GUI Pull request Windows Issues specific for Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants