eiz / SynchronousAudioRouter

Low latency application audio routing for Windows
http://sar.audio/
GNU General Public License v3.0
999 stars 136 forks source link

Fix ASIO HW combobox dropdown size #61

Closed amurzeau closed 5 years ago

amurzeau commented 5 years ago

In MFC, the combobox height define the height of the combobox + its dropdown list, as said here [0]:

The height parameter applies to the height of a combo box with a drop-down list fully expanded.

The height wasn't enough to old one item and could cause the dropdown list to be empty despite still having items.

So increase it so at least some items are shown.

[0] https://docs.microsoft.com/en-us/windows/desktop/menurc/combobox-control

Fix: eiz#56