diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llui/llfloater.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 3f8116d8d6..2cbc12defc 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -859,6 +859,9 @@ bool LLFloater::applyRectControl()  {  	bool saved_rect = false; +	LLRect screen_rect = calcScreenRect(); +	mPosition = LLCoordGL(screen_rect.getCenterX(), screen_rect.getCenterY()).convert(); +	  	LLFloater* last_in_group = LLFloaterReg::getLastFloaterInGroup(mInstanceName);  	if (last_in_group && last_in_group != this)  	{  | 
