http://bugs.winehq.org/show_bug.cgi?id=1486
------- Additional Comments From r.kessel@metrodata.de 2004-01-04 06:08 ------- I found a workaround for my own Delphi application. It's a bit ugly, but works fine. If you hide the complete menu before changing it and display it when it is updated it will be workable afterwards. Hide the menu by setting the menu property of the form to nil and restore the pointer later. Maybe we could even find the problem by looking at the difference between hide and restore and a rebuild.