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/lltoastnotifypanel.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/lltoastnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 6873cf058a..de305bf3d9 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -91,8 +91,6 @@ mCloseNotificationOnDestroy(true) sFont = LLFontGL::getFontSansSerif(); sFontSmall = LLFontGL::getFontSansSerifSmall(); } - // clicking on a button does not steal current focus - setIsChrome(TRUE); // initialize setFocusRoot(!mIsTip); // get a form for the notification |