[Bug 3213] codevisual2flowchart gui problems : menus are double sized

Wine Bugs wine-bugs at winehq.org
Fri Jan 20 15:02:43 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=3213


us at edmeades.me.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine-bugs at winehq.org
         AssignedTo|wine-bugs at winehq.org        |us at edmeades.me.uk




------- Additional Comments From us at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list