http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus@gmx.de 2005-06-04 13:07 ------- Lauri Tulmin wrote in an email: -------------------------------------------------------------------- I'm pretty certain that this patch just exposes some other bug. The problem is that Origin6 crashes when it receives an EN_MAXTEXT notification. The notification is sent because the text really doesn't fit into the edit control because it's 0 pixels wide. Application creates the edit control with width of -22 and later also tries to resize it to -22, wine turns negative numbers to 0. I would start with writing a test for seting window width & height to negative numbers. --------------------------------------------------------------------