commit | f585c61dd12263ddfb8b3b618ac352fdc30e5123 | [log] [tgz] |
---|---|---|
author | Francis Beaudet <francis@macadamian.com> | Fri Apr 02 10:37:42 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 02 10:37:42 1999 +0000 |
tree | 29cd7c20141b1bcc6f0796dd5477659e82680fe1 | |
parent | 373db5cea2be648b52954ba3ed1745ea380eb28a [diff] [blame] |
Implemented the Win95 look and feel.
diff --git a/controls/listbox.c b/controls/listbox.c index 6f8a469..899a73b 100644 --- a/controls/listbox.c +++ b/controls/listbox.c
@@ -2077,7 +2077,7 @@ if( descr->lphc && (descr->lphc->dwStyle & CBS_DROPDOWN)) { /* WinWord gets VERY unhappy if we send WM_MEASUREITEM from here */ - descr->item_height = lphc->RectButton.bottom - lphc->RectButton.top - 6; + descr->item_height = lphc->fixedOwnerDrawHeight; } else {