https://bugzilla.novell.com/show_bug.cgi?id=466605
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=466605#c1 Carlos Alberto Cortez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Carlos Alberto Cortez <[email protected]> 2009-01-17 17:46:16 MST --- I'm afraid that's not true anymore. Our current code in svn (and I bet 2.2 too) looks like this: public ListViewSubItem () : this (null, string.Empty, Color.Empty, Color.Empty, null) { } Which means that the default .ctor is calling a more complete .ctor that actually initializes the style field. I tested with a piece of code creating the default .ctor for ListViewSubItem, and then setting ForeColor/BackColor and it is not throwing any exception. Would you mind confirm, so we can close this bug? Thanks! -- Configure bugmail: https://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
