http://bugs.winehq.org/show_bug.cgi?id=12119
Summary: Dialog with enu does not display the menu Product: Wine Version: 0.9.56. Platform: PC URL: http://www.jtagtest.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: martin@hinner.info
We have a dialog that does this in CDlg::OnInitDialog():
... CMenu menu;
menu.LoadMenu(IDR_...); SetMenu(&menu); ...
on Windows you can work with the menu without any problems, under wine menu is not even displayed (but space is assigned and this space is never refreshed/cleared). I can provide both executable and screenshots, but I think it's easier to write a test app.