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 StackOverflowException when using OnThemeChanged (#32) #33

Conversation

wolframhaussig
Copy link
Contributor

About this PR

fix StackOverflowException when using OnThemeChanged

@Nockiro Nockiro merged commit 8c429af into main Feb 25, 2024
2 checks passed
@Nockiro Nockiro deleted the bug/32-bug-stackoverflowexception-when-using-onthemechanged-to-update-the-ui branch February 25, 2024 20:33
Copy link

File Coverage Missing
All files 84%
ITheme.cs 0% 63
ThemeConfig/ThemeRegistry.cs 81% 93-95 101-103
ThemeConfig/ThemeRegistryBuilder.cs 94% 89-90
ThemeConfig/ThemeRegistryBuilder.cs 92% 242-245
ThemeLookup/FileThemeLookup.cs 88% 44-46
ThemeLookup/IThemeLookup.cs 0% 24
ThemeLookup/ResourceThemeLookup.cs 91% 95-97 123-124
ThemeRegistryHolder.cs 75% 19
Utilities/DarkWindowsTheme.cs 80% 32 54
Utilities/WindowsThemeDetector.cs 65% 17-18
Themes/AbstractTheme.cs 91% 236-240 352-354 363-365
Themes/AbstractThemePlugin.cs 100%
Themes/DefaultDarkTheme.cs 100%
Themes/DefaultLightTheme.cs 100%
Themes/FileTheme.cs 79%
Themes/HighContrastDarkTheme.cs 100%
Themes/ToolStrip/ThemedColorTable.cs 100%
Themes/ToolStrip/ThemedToolStripRenderer.cs 85%
Extensions/ColorExtensions.cs 100%

Minimum allowed coverage is 80%

Generated by 🐒 cobertura-action against 14a6f30

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.

[BUG] StackOverflowException when using OnThemeChanged to update the UI
2 participants