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.

_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to