diff options
author | andreykproductengine <akleshchev@productengine.com> | 2016-03-11 20:16:03 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2016-03-11 20:16:03 +0200 |
commit | 230fc28d8a72e75a8f2af2ab5fa5ee0e3ccca4a1 (patch) | |
tree | 67d9c4133c4c9fce49b326180b138ed75fa990df /indra/newview/lltoastalertpanel.cpp | |
parent | debc51af6b6a35f7f635be9483a3bc4d0846a90d (diff) |
MAINT-6097 FIXED On required update, clicking link to release notes opens browser behind menu
Diffstat (limited to 'indra/newview/lltoastalertpanel.cpp')
-rwxr-xr-x | indra/newview/lltoastalertpanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastalertpanel.cpp b/indra/newview/lltoastalertpanel.cpp index 530bd9a18f..bbce717c20 100755 --- a/indra/newview/lltoastalertpanel.cpp +++ b/indra/newview/lltoastalertpanel.cpp @@ -181,6 +181,7 @@ LLToastAlertPanel::LLToastAlertPanel( LLNotificationPtr notification, bool modal params.wrap(true); params.follows.flags(FOLLOWS_LEFT | FOLLOWS_TOP); params.allow_scroll(true); + params.force_urls_external(mNotification->getForceUrlsExternal()); LLTextBox * msg_box = LLUICtrlFactory::create<LLTextBox> (params); // Compute max allowable height for the dialog text, so we can allocate |