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

[Bug]: KryptonThemeComboBox Themes List empty at Runtime #500

Closed
PWagner1 opened this issue Dec 2, 2021 · 1 comment
Closed

[Bug]: KryptonThemeComboBox Themes List empty at Runtime #500

PWagner1 opened this issue Dec 2, 2021 · 1 comment
Labels
bug Something isn't working completed This issue has been completed. fixed This issue has been fixed.
Milestone

Comments

@PWagner1
Copy link
Contributor

PWagner1 commented Dec 2, 2021

To reproduce:
Add a new KryptonThemeComboBox to the form and run the program.

Workaround, add this to the form constructor to populate the list:
kryptonThemeComboBox1.Items.AddRange( Krypton.Toolkit.ThemeManager.ReturnThemeArray() );

@PWagner1 PWagner1 added the bug Something isn't working label Dec 2, 2021
@PWagner1 PWagner1 added this to the February 2022 milestone Dec 2, 2021
@PWagner1 PWagner1 self-assigned this Dec 2, 2021
@PWagner1 PWagner1 added the under investigation This bug/issue is currently under investigation. label Dec 3, 2021
PWagner1 added a commit that referenced this issue Dec 3, 2021
@PWagner1 PWagner1 mentioned this issue Dec 3, 2021
Smurf-IV added a commit that referenced this issue Dec 5, 2021
@PWagner1 PWagner1 removed their assignment Dec 5, 2021
@PWagner1 PWagner1 added completed This issue has been completed. fixed This issue has been fixed. and removed under investigation This bug/issue is currently under investigation. labels Dec 5, 2021
@PWagner1
Copy link
Contributor Author

PWagner1 commented Dec 5, 2021

Fixed in build 2202

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed This issue has been completed. fixed This issue has been fixed.
Projects
None yet
Development

No branches or pull requests

1 participant