We should probably change this method to public.  Can you file a bug?

-Max

John Sundman wrote:
> This is from LzCursor.as
> 
> Is there any reason why the keyword restoreCursor is private?
> 
> Thanks,
> 
> jrs
> 
> / 
> /----------------------------------------------------------------------- 
> -------
> // This function restores the default cursor if there is no locked  
> cursor on
> // the screen.
> //
> // @keywords private
> / 
> /----------------------------------------------------------------------- 
> -------
> LzCursor.restoreCursor = function ( ){
>      if ( this.amLocked ) { return; }
>      _root.cCursor.stopDrag();
>      _root.cCursor.removeMovieClip (  );
>      Mouse.show();
> }
> 
> _______________________________________________
> Laszlo-dev mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
> 


-- 
Regards,
Max Carlson
OpenLaszlo.org
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to