Re: [Mono-winforms-list] Simple bug in Cursor.Show()

2008-06-22 Thread Ivan N. Zlatev
Bob Frankston wrote:
> 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.

Fixed in r106371. Thanks.

-- 
Ivan N. Zlatev

Web: http://www.i-nZ.net
"It's all some kind of whacked out conspiracy."
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


[Mono-winforms-list] Simple bug in Cursor.Show()

2008-06-22 Thread Bob Frankston

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  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list