https://bugzilla.novell.com/show_bug.cgi?id=325122#c1
--- Comment #1 from Srikanth Madikeri <[EMAIL PROTECTED]> 2007-11-24 07:20:57 MST --- Created an attachment (id=184606) --> (https://bugzilla.novell.com/attachment.cgi?id=184606) windows patch for the bug Problem was : an if(WindowState != FormWindowState.Minimized) check in WmWindowPosChanged() caused minimize-actions to go un-notified. I tried removing this check allowing all WM_WINDOWPOSCHANGE messages to be handled by DefWndProc() in Control.cs The patch looks ok. This patch is only a fix for Windows. Patches for X11 and Mac awaits -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
