Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79338 --- shadow/79338 2006-09-27 23:41:14.000000000 -0400 +++ shadow/79338.tmp.4313 2006-09-28 00:16:56.000000000 -0400 @@ -33,6 +33,17 @@ up down in SetWMStyles in XplatUIX11.cs. Presumably this removes the window's maximize functionality. without the maximizable bit set, metacity ignores requests to maximize the window. So, it seems we need to leave the maximize bit alone when setting the border style to FormBorderStyle.None. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-28 00:16 ------- +more fun with metacity. turns out metacity ignores the maximize +request if the window lacks the Maximize mwm function. + +and the mwmFunctions property is cleared by changing the border style. + So, we need to install a base set of functions in the case where +there is no wm border. + +checked in this part of the fix. now maximizing works. restoring +doesn't, however. at least using the keyboard. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
