Skip to content
Snippets Groups Projects
Commit 390bef20 authored by Alexei Arabadji's avatar Alexei Arabadji
Browse files

EXT-6527 FIXED Avoided show agent/group SLURL icon in plain text mode.

reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/773/

--HG--
branch : product-engine
parent 62040b68
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ static void ui_audio_callback(const LLUUID& uuid)
bool create_text_segment_icon_from_url_match(LLUrlMatch* match,LLTextBase* base)
{
if(!match || !base)
if(!match || !base || base->getPlainText())
return false;
LLUUID match_id = match->getID();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment