[Mono-winforms-list] Simple bug in Cursor.Show()
Bob Frankston
mono-bob at Bobf.frankston.com
Fri Jun 20 16:08:54 EDT 2008
Trivial bug (I'd post it via BUgzilla but I dont' seem to be getting the
confrim message but it's so simple that ...)
public static void Hide() {
XplatUI.ShowCursor(false);
}
public static void Show() {
XplatUI.ShowCursor(false);
}
Obviously should be "true" for Show() -- I tested by calling the base API
and it worked fine.
--
View this message in context: http://www.nabble.com/Simple-bug-in-Cursor.Show%28%29-tp18036582p18036582.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
More information about the Mono-winforms-list
mailing list