[Mono-bugs] [Bug 536036] segfault / stack corruption when embedding a Winforms ToolStrip inside a UserControl
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 1 15:12:59 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=536036
User tom_hindle at sil.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=536036#c1
--- Comment #1 from tom hindle <tom_hindle at sil.org> 2009-09-01 13:12:59 MDT ---
If I inherit ToolStrip like so:
namespace System.Windows.Forms
{
public class ToolStrip2 : ToolStrip
{
protected override void OnLayout(LayoutEventArgs levent)
{
}
}
}
and use ToolStrip2 instead it doesn't segfault.
so I guess it something todo with Control.OnLayout or
ScrollableControl.OnLayout
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list