[Mono-bugs] [Bug 79326][Maj] Changed - X BadWindow errors in XplatUIX11.PerformNCCalc
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 12 15:58:02 EDT 2006
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 toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79326
--- shadow/79326 2006-09-08 20:46:57.000000000 -0400
+++ shadow/79326.tmp.23021 2006-09-12 15:58:02.000000000 -0400
@@ -40,6 +40,17 @@
at System.Windows.Forms.Application.RunLoop ()
at System.Windows.Forms.Application.Run ()
at CSharp_Tetris.LayoutForm.Main ()
------- Additional Comments From mkestner at ximian.com 2006-09-08 13:48 -------
*** Bug 79293 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From toshok at ximian.com 2006-09-12 15:58 -------
+this particular bug comes from the following two lines in
+LayoutForm.cs:InitializeComponent:
+
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+
+If one (or both) are commented out, no X11 errors.
+
+seems to be the multiple RecreateHandle calls?
More information about the mono-bugs
mailing list