diff options
author | Richard Linden <none@none> | 2010-06-01 12:41:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-06-01 12:41:37 -0700 |
commit | a817981f34a9d17321a36db583076d2622bc3257 (patch) | |
tree | 7f03f0784ad6a161647c76f4721b4ceeff93b124 /indra/llui/llfloater.cpp | |
parent | 4cc5c7d2a4511ffc65bf3b6b0b2e29beb5b0fed4 (diff) | |
parent | f3c9f631c2aab23f397981a03d3b46c752c76343 (diff) |
merge
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 6babaf936b..d77c5ead4e 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -330,6 +330,7 @@ void LLFloater::addDragHandle() addChild(mDragHandle); } layoutDragHandle(); + applyTitle(); } void LLFloater::layoutDragHandle() @@ -348,7 +349,6 @@ void LLFloater::layoutDragHandle() } mDragHandle->setRect(rect); updateTitleButtons(); - applyTitle(); } void LLFloater::addResizeCtrls() |