mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Fix cursor - copyRect() has been renamed to copy().
This commit is contained in:
@@ -464,7 +464,7 @@ Guacamole.Client = function(tunnel) {
|
||||
cursor.resize(srcWidth, srcHeight);
|
||||
|
||||
// Draw cursor to cursor layer
|
||||
cursor.getLayer().copyRect(
|
||||
cursor.getLayer().copy(
|
||||
srcL,
|
||||
srcX,
|
||||
srcY,
|
||||
|
Reference in New Issue
Block a user