diff options
| author | callum_linden <none@none> | 2015-12-11 16:15:34 -0800 | 
|---|---|---|
| committer | callum_linden <none@none> | 2015-12-11 16:15:34 -0800 | 
| commit | 5f1fe20e9ec530b1e4c4384474011e913180671c (patch) | |
| tree | e74a95c3c04d5523efd4331211ac7e393c17f1c7 | |
| parent | 46d111216387d004b0aad9042c1e28a2db7e67d0 (diff) | |
Missed a commit for MAINT-5948 - enable double click
| -rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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  				{ | 
