summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercreatelandmark.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-04 22:23:03 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-04 22:23:03 +0300
commitad8634856dcc06db79b285b6109a2da6a363b002 (patch)
tree4d5aa770cd1c4b480e91838e2a24a2ed4794f4d2 /indra/newview/llfloatercreatelandmark.cpp
parent0e4ffe41bc1d6ba1f453d654ca6c04dc5e29e99f (diff)
SL-17314 Don't focus inventory when handling landmark creation
Diffstat (limited to 'indra/newview/llfloatercreatelandmark.cpp')
-rw-r--r--indra/newview/llfloatercreatelandmark.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatercreatelandmark.cpp b/indra/newview/llfloatercreatelandmark.cpp
index 6b1d9306fb..495bf5d20e 100644
--- a/indra/newview/llfloatercreatelandmark.cpp
+++ b/indra/newview/llfloatercreatelandmark.cpp
@@ -316,6 +316,7 @@ void LLFloaterCreateLandmark::setItem(const uuid_set_t& items)
{
removeObserver();
mItem = item;
+ setVisibleAndFrontmost(true);
break;
}
}