Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience

master
Richard Linden 2012-03-23 09:50:49 -07:00
commit eec1ce27cb
1 changed files with 7 additions and 0 deletions

View File

@ -911,6 +911,13 @@ bool LLFloater::applyRectControl()
}
}
if (saved_rect)
{
// propagate any derived positioning data back to settings file
storeRectControl();
}
return saved_rect;
}