leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
439 stars 131 forks source link

Bug or my problem? #356

Open sup3r93 opened 2 years ago

sup3r93 commented 2 years ago

installed via Nuget Package Manager, RadioButton exits like this image

caioavidal commented 2 years ago

same here. Running on vs2022, net6

valimaties commented 2 years ago

Hi @sup3r93 . I cannot reproduce your issue with current version. Could you make a little project with your issue and upload it here to test?

RadioButtonIssueNotReproduced

oliverstech commented 2 years ago

same here but it only applies in the designer, not on the final result (happens on every component)

I found setting the global form background colour to Silver makes it readable for both White and Black, though

image

Sometimes the background does show on the final exe. I found you can fix this by setting the background colour to the theme colour (Dark theme is 50, 50, 50 RGB)

yusufumben09 commented 6 months ago

have the same problem, i just switched to the old version but its lacking a bunch of features so i hope it gets fixed.

valimaties commented 6 months ago

This project is not anymore maintained.

yusufumben09 commented 6 months ago

Only happens in a tabpage for me and the fix is to change the tabpage background from transparent to anything else(white works)