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

Ivan N. Zlatev contact at i-nz.net
Sun Jun 22 11:12:02 EDT 2008


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."


More information about the Mono-winforms-list mailing list