[Mono-bugs] [Bug 82735][Min] Changed - ToolStrip: null LayoutSettings when ToolStripLayoutStyle.Table

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 7 11:58:13 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 monkey at jpobst.com.

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

--- shadow/82735	2007-09-07 11:55:24.000000000 -0400
+++ shadow/82735.tmp.27524	2007-09-07 11:58:13.000000000 -0400
@@ -47,6 +47,12 @@
        case ToolStripLayoutStyle.HorizontalStackWithOverflow:
        case ToolStripLayoutStyle.VerticalStackWithOverflow:
        default:
          return null;
      }
    }
+
+------- Additional Comments From monkey at jpobst.com  2007-09-07 11:58 -------
+Yeah, there's no code for Table layouts in ToolStrip.  I had actually
+forgotten about that.  The others that return null are correct because
+there are no relevant settings objects when using "stack" styles. 
+(There are also tests in the testsuite to show they should be null.)


More information about the mono-bugs mailing list