RobinPerris / DarkUI

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

Fixed #47 #48

Open cronoxyd opened 3 years ago

cronoxyd commented 3 years ago

When a form containing a ComboBox is minimized, the ClientRectangle's size goes to 0. This causes the initialization of the buffer for drawing the ComboBox to fail since you can't create a 0x0 bitmap.