[Mono-bugs] [Bug 80416][Nor] Changed - ToolBar no longer docked by default
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Dec 31 19:43:15 EST 2006
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 toshok at ximian.com.
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: everaldo at simios.org
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
@@ -22,6 +22,13 @@
To reproduce, compile and run the attached code snippet.
------- Additional Comments From gert.driesen at pandora.be 2006-12-31 09:21 -------
Created an attachment (id=18415)
Repro
+
+------- Additional Comments From toshok at ximian.com 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.
More information about the mono-bugs
mailing list