RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.
MIT License
834 stars 185 forks source link

Fixed the display of the selected item in the combobox when changing its visibility #41

Closed ricardodalarme closed 1 year ago

ricardodalarme commented 3 years ago

I started using DarkUI in my project this week and after implementing it, most of my comboboxes stopped showing the selected item when the group the ComboBox was in became visible. This pull fix this issue.