[Mono-bugs] [Bug 73113][Nor] Changed - NullReferenceException in System.Windows.Forms.TabPage:SetBoundsCore

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 18:36:16 -0500 (EST)


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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73113

--- shadow/73113	2005-03-15 18:27:38.000000000 -0500
+++ shadow/73113.tmp.14247	2005-03-29 18:36:16.000000000 -0500
@@ -34,6 +34,9 @@
                         if (Owner != null && Owner.IsHandleCreated) {
 +                               Rectangle display = Owner.DisplayRectangle;
                                 base.SetBoundsCore (display.X, display.Y,
                                                         display.Width,
 display.Height,
                                                         BoundsSpecified.All);
+
+------- Additional Comments From peter@novonyx.com  2005-03-29 18:36 -------
+Thanks for the patch. Fixed in svn head