http://bugzilla.novell.com/show_bug.cgi?id=536036

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=536036#c1





--- Comment #1 from tom hindle <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to