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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80416 --- shadow/80416 2006-12-31 10:33:18.000000000 -0500 +++ shadow/80416.tmp.2062 2006-12-31 19:43:15.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80416 Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -22,6 +22,13 @@ To reproduce, compile and run the attached code snippet. ------- Additional Comments From [EMAIL PROTECTED] 2006-12-31 09:21 ------- Created an attachment (id=18415) Repro + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-31 19:43 ------- +this is caused by Toolbar's ctor assigning to Control.dock_style +instead of Control.Dock. the old layout code assumed that Dock +superceded Anchor, which is not true - the most recently assigned one +takes precedence. the fix is just to assign to Dock instead of +dock_style. Also fixed ToolStrip, which had the same assignment. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
