Skip to content
Snippets Groups Projects
Commit 7af6d1c7 authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-307 FIXED Disabled highlighting of URLs in outfit names.

Affected: My Outfits and Edit Outfit panels.
parent f92ad98d
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ LLAccordionCtrlTab::LLAccordionCtrlTabHeader::LLAccordionCtrlTabHeader(
textboxParams.use_ellipses = true;
textboxParams.bg_visible = false;
textboxParams.mouse_opaque = false;
textboxParams.parse_urls = false;
mHeaderTextbox = LLUICtrlFactory::create<LLTextBox>(textboxParams);
addChild(mHeaderTextbox);
}
......
......@@ -132,6 +132,7 @@
height="18"
layout="topleft"
name="curr_outfit_name"
parse_urls="false"
text_color="LtGray"
top_pad="2"
value="[Current Outfit]"
......
......@@ -77,6 +77,7 @@ width="333">
font="SansSerifLargeBold"
height="20"
left="35"
parse_urls="false"
text_color="White"
top="15"
use_ellipses="true"
......
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