Skip to content
Snippets Groups Projects
Commit d9b924ed authored by Lynx Linden's avatar Lynx Linden
Browse files

EXT-4763: Turn off URL highlighting for toast alerts.

parent 3340f15a
Branches
Tags
No related merge requests found
...@@ -170,6 +170,7 @@ LLToastAlertPanel::LLToastAlertPanel( LLNotificationPtr notification, bool modal ...@@ -170,6 +170,7 @@ LLToastAlertPanel::LLToastAlertPanel( LLNotificationPtr notification, bool modal
params.tab_stop(false); params.tab_stop(false);
params.wrap(true); params.wrap(true);
params.follows.flags(FOLLOWS_LEFT | FOLLOWS_TOP); params.follows.flags(FOLLOWS_LEFT | FOLLOWS_TOP);
params.allow_html(false);
LLTextBox * msg_box = LLUICtrlFactory::create<LLTextBox> (params); LLTextBox * msg_box = LLUICtrlFactory::create<LLTextBox> (params);
// Compute max allowable height for the dialog text, so we can allocate // Compute max allowable height for the dialog text, so we can allocate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment