From e5136cd19b38d45854d9fc69ca05b6a4c89b0394 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Tue, 27 Apr 2021 20:51:23 +0300
Subject: [PATCH] SL-14664 Added 'alias'

---
 indra/media_plugins/cef/media_plugin_cef.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp
index 6ac5ce6dd94..7f3c159caac 100644
--- a/indra/media_plugins/cef/media_plugin_cef.cpp
+++ b/indra/media_plugins/cef/media_plugin_cef.cpp
@@ -434,7 +434,9 @@ void MediaPluginCEF::onCursorChangedCallback(dullahan::ECursorType type)
         //case dullahan::CT_VERTICALTEXT:
         //case dullahan::CT_CELL:
         //case dullahan::CT_CONTEXTMENU:
-        //case dullahan::CT_ALIAS:
+        case dullahan::CT_ALIAS:
+            name = "tool_media_open";
+            break;
         case dullahan::CT_PROGRESS:
             name = "working";
             break;
-- 
GitLab