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
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,7 @@ LLToastAlertPanel::LLToastAlertPanel( LLNotificationPtr notification, bool modal
params.tab_stop(false);
params.wrap(true);
params.follows.flags(FOLLOWS_LEFT | FOLLOWS_TOP);
params.allow_html(false);
LLTextBox * msg_box = LLUICtrlFactory::create<LLTextBox> (params);
// 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.
Finish editing this message first!
Please register or to comment