diff options
| -rw-r--r-- | indra/newview/llimview.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 9a3a4c0125..0c64c2b032 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1709,6 +1709,8 @@ BOOL LLOutgoingCallDialog::postBuild()  	childSetAction("Cancel", onCancel, this); +	setCanDrag(FALSE); +  	return success;  } @@ -1808,6 +1810,8 @@ BOOL LLIncomingCallDialog::postBuild()  		mLifetimeTimer.stop();  	} +	setCanDrag(FALSE); +  	return TRUE;  } | 
