From ca851827a432349e9d0c94488f55f98891c8be31 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 15 Feb 2012 10:28:17 -0800 Subject: [PATCH] Only actual client display should have hidden cursor, not main display div. --- guacamole/src/main/webapp/client.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/client.xhtml b/guacamole/src/main/webapp/client.xhtml index d9a71dc82..fb8c20c65 100644 --- a/guacamole/src/main/webapp/client.xhtml +++ b/guacamole/src/main/webapp/client.xhtml @@ -56,7 +56,7 @@ -
+
@@ -107,6 +107,7 @@ ); // Add client to UI + guac.getDisplay().className = "software-cursor"; GuacamoleUI.display.appendChild(guac.getDisplay()); // Tie UI to client