https://bugzilla.novell.com/show_bug.cgi?id=346246
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=346246#c3 Jonathan Pobst <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Jonathan Pobst <[EMAIL PROTECTED]> 2007-12-13 14:27:56 MST --- Fixed in r91245 and r91251. Thanks for the report and the test case! 2007-12-13 Jonathan Pobst <[EMAIL PROTECTED]> * TableLayoutPanel.cs: Override GetPreferredSizeCore so we can provide an implementation of AutoSize. [Fixes bug #346246] 2007-12-13 Jonathan Pobst <[EMAIL PROTECTED]> * TableLayout.cs: Use ExplicitBounds so that we get the user requested size, not the AutoSize/Dock size. Make CalculateControlPositions internal so that TableLayoutPanel can call it. [Fixes bug #346246] 2007-12-13 Jonathan Pobst <[EMAIL PROTECTED]> * TableLayoutTest.cs: Add tests for bug #346246. 2007-12-13 Jonathan Pobst <monkey at jpobst dot com> * Control.cs: Perform our layout after we resize ourselves if we had to adjust our AutoSize. Missed commit for bug #346246. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
