[Bug 42021] Lingvo 12: Menubar (emulated using toolbar) height is too small

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 30 16:27:47 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=42021

--- Comment #4 from Julius Schwartzenberg <julius.schwartzenberg at gmail.com> ---
When I change toolbar.c function TOOLBAR_CalcStrings by adding these lines
after the for loop

if (infoPtr->nNumButtons == 0 && infoPtr->nNumStrings == 0)
{
    lpSize->cy=10;
}

the toolbar becomes bigger. Somehow infoPtr->nNumStrings is 0 and doesn't
contain the strings from the menu.

Hopefully I can investigate more later this week.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list