[Mono-bugs] [Bug 81315][Maj] Changed - TreeView: NRE caused by right-click with no selected node
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 5 00:05:50 EDT 2007
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81315
--- shadow/81315 2007-04-05 00:05:11.000000000 -0400
+++ shadow/81315.tmp.28542 2007-04-05 00:05:50.000000000 -0400
@@ -64,6 +64,11 @@
[0x00000] in Application.cs:499
at MainForm.Main (string[]) <0x0001f>
which is this line:
Invalidate (selected_node.Bounds);
because the selected_node is null.
+
+------- Additional Comments From monkey at jpobst.com 2007-04-05 00:05 -------
+Created an attachment (id=19004)
+Test Program
+
More information about the mono-bugs
mailing list