LinkLabel bug
Svein Arne Ackenhausen <[email protected]>
| Newsgroups | gmane.comp.gnome.winforms |
|---|---|
| Message-ID | <[email protected]> |
I experienced a bug in the LinkLabel control through the following scenario. Clicked the linklabel, the form was redrawn, clicked another control and the OnGotFocus event on the linklabel was called. At this point sorted_links was null and focused_index was 0 which ended up in a nice null reference exception. Fixed it by doing a null check. If it's something that you guys are interested in pulling it in my repository http://github.com/acken/mono in commit 878e6d0415c974a51306 -- Best regards Svein Arne Ackenhausen Blog - http://ackenpacken.blogspot.com/ Twitter - http://twitter.com/ackenpacken _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list