diff options
author | Richard Linden <none@none> | 2011-10-18 14:09:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-10-18 14:09:52 -0700 |
commit | 30527b2206e7fce2890c3c44825ff0bef85aa5a0 (patch) | |
tree | 513c249509d4081f6d8aaf2f5ae9279034b415e1 /indra/newview/llcallfloater.cpp | |
parent | 591ad2bde7e0acca5eb38e7c29edf8f88d1488b4 (diff) |
EXP-1409 FIX WASD controls don't move avatar while Move floater is in focus
moved "chrome" flags to xui
separated hiding floater title from setting chrome
toolbar toggle button now moves floaters to frontmost and doesn't necessarily rely on focus
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index cc2a189b76..5ad2a560bc 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -151,10 +151,6 @@ BOOL LLCallFloater::postBuild() connectToChannel(LLVoiceChannel::getCurrentVoiceChannel()); - setIsChrome(true); - //chrome="true" hides floater caption - if (mDragHandle) - mDragHandle->setTitleVisible(TRUE); updateTransparency(TT_ACTIVE); // force using active floater transparency (STORM-730) updateSession(); |