Skip to content
Snippets Groups Projects
Commit f72b5b8f authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

SL-13828 Fixed the Media URL editing on the media prim

parent e4350fb9
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ void LLPanelPrimMediaControls::focusOnTarget() ...@@ -258,7 +258,7 @@ void LLPanelPrimMediaControls::focusOnTarget()
LLViewerMediaImpl* media_impl = getTargetMediaImpl(); LLViewerMediaImpl* media_impl = getTargetMediaImpl();
if(media_impl) if(media_impl)
{ {
if (!media_impl->hasFocus() || isZoomDistExceeding()) if (!media_impl->hasFocus())
{ {
// The current target doesn't have media focus -- focus on it. // The current target doesn't have media focus -- focus on it.
LLViewerObject* objectp = getTargetObject(); LLViewerObject* objectp = getTargetObject();
......
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