From 5f1fe20e9ec530b1e4c4384474011e913180671c Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 11 Dec 2015 16:15:34 -0800 Subject: Missed a commit for MAINT-5948 - enable double click --- indra/media_plugins/cef/media_plugin_cef.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra') diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 919d83bc09..19df1fa640 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -245,7 +245,7 @@ void MediaPluginCEF::onAddressChangeCallback(std::string url) { LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA_BROWSER, "location_changed"); message.setValue("uri", url); - sendMessage(message); + sendMessage(message); } //////////////////////////////////////////////////////////////////////////////// @@ -551,7 +551,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string) } else if (event == "double_click") { - // TODO: do we need this ? + mLLCEFLib->mouseButton(btn, LLCEFLib::ME_MOUSE_DOUBLE_CLICK, x, y); } else { -- cgit v1.2.3