RobinPerris / DarkUI

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

Clearing items in a DarkDropDown does not clear the menu #31

Closed jdunlap closed 4 years ago

jdunlap commented 4 years ago

Fixed an issue where clearing the Items from a DarkDropDown did not also clear the menu.

RobinPerris commented 4 years ago

Good fix - thanks for the PR!