[Mono-bugs] [Bug 402441] New: Cursor.Show() fails because it passes false instead of true to ShowCursor
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 20 21:18:50 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=402441
Summary: Cursor.Show() fails because it passes false instead of
true to ShowCursor
Product: Mono: Class Libraries
Version: unspecified
Platform: All
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: Novell-Bugzilla at bobf.frankston.com
QAContact: mono-bugs at lists.ximian.com
Found By: Other
public static void Hide() {
XplatUI.ShowCursor(false);
}
public static void Show() {
XplatUI.ShowCursor(false);
}
--
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.
More information about the mono-bugs
mailing list