user32: We are calculating the height for the drop down based on
commitea60a508b1810ea9f901f0cd4cf5f0bae4690525
authorAric Stewart <aric@codeweavers.com>
Fri, 2 Feb 2007 21:04:23 +0000 (2 15:04 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Feb 2007 19:43:58 +0000 (7 20:43 +0100)
tree0e052bee4d569769badf35b88883959b654f8ff6
parent94ee8e8fac3cf0988127a779ee7bf17c01b54a26
user32: We are calculating the height for the drop down based on
number of items however the if statement used nIHeight (just the
height of 1 item) and not nHeight (the height all the items).
dlls/user32/combo.c