Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. diff -r 1eb303d21f60 -r fd7bf551f2af indra/llui/llfloater.cpp
  2. --- a/indra/llui/llfloater.cpp Tue Jan 17 11:46:05 2012 -0800
  3. +++ b/indra/llui/llfloater.cpp Tue Jan 17 23:17:52 2012 +0200
  4. @@ -1681,6 +1681,8 @@
  5. {
  6. if (it->hasFocus())
  7. {
  8. + LLFloater& floater = *it;
  9. + focused_floater = &floater;
  10. break;
  11. }
  12. }
Add Comment
Please, Sign In to add comment