[Mono-bugs] [Bug 81397][Wis] Changed - [Patch] GroupBox Padding property does not re-draw child controls at correct position

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 22 21:42:14 EDT 2007


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 robbel at gmail.com.

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

--- shadow/81397	2007-04-22 20:48:21.000000000 -0400
+++ shadow/81397.tmp.2289	2007-04-22 21:42:14.000000000 -0400
@@ -82,6 +82,27 @@
 
 
 ------- Additional Comments From monkey at jpobst.com  2007-04-22 20:48 -------
 Fixed in SVN r76081.  Will not be included in 1.2.4 release.
 
 Thanks for the report!
+
+------- Additional Comments From robbel at gmail.com  2007-04-22 21:42 -------
+Hi,
+
+I noticed that DefaultLayout.cs from the release of mono that I'm
+using (1.2.3 from website) and for which I created this bug report
+already includes the patch in r76081. Basically r71913 and earlier had
+"Rectangle space = parent.DisplayRectangle;" in both
+LayoutDockedChildren() and LayoutAnchoredChildren(). So my guess is
+that this can't be the fix for the issue above?
+
+Later revisions (before r76081) used "Rectangle space =
+parent.ClientRectangle;" in both LayoutDockedChildren() and
+LayoutAnchoredChildren() while r76081 now changed back to
+DisplayRectangle but ONLY in LayoutDockedChildren().
+
+I haven't reopened the bug but I'm still confused :)
+
+Thanks,
+Philipp
+


More information about the mono-bugs mailing list