http://bugs.winehq.org/show_bug.cgi?id=3213
us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org AssignedTo|wine-bugs@winehq.org |us@edmeades.me.uk
------- Additional Comments From us@edmeades.me.uk 2006-20-01 15:02 ------- Its toolbar related (comctl32). Basically the size of the toolbar is calculated from the contents, but it incorrectly takes the 'bitmap' path even though there are only strings in the toolbar. This means we end up returning the 'default' bitmap height, which is the size we end up with.
Changing the code to not go down the bitmap path seems the 'right' thing, but only when there are no bitmaps. Investigating further