diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-05 19:55:44 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-05 19:55:44 +0100 |
commit | 0bcb30936ee640cb8f170fd801efcd7831816bc8 (patch) | |
tree | 1d3655ebb2be44656c7160b7bf8aafe2e6711131 /indra/newview/lltoolgrab.cpp | |
parent | f4e7383aa51ed26197f5068f89da365e4727f06e (diff) | |
parent | 2673bd28d7bd7ee9f10317e1f90d0608ad0dfc6f (diff) |
pull a stray change from the old viewer-trunk
Diffstat (limited to 'indra/newview/lltoolgrab.cpp')
-rw-r--r-- | indra/newview/lltoolgrab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolgrab.cpp b/indra/newview/lltoolgrab.cpp index 04d873f91b..cae5e93545 100644 --- a/indra/newview/lltoolgrab.cpp +++ b/indra/newview/lltoolgrab.cpp @@ -891,7 +891,7 @@ void LLToolGrab::handleHoverInactive(S32 x, S32 y, MASK mask) // Look for cursor against the edge of the screen // Only works in fullscreen - if (gSavedSettings.getBOOL("WindowFullScreen")) + if (gSavedSettings.getBOOL("FullScreen")) { if (gAgentCamera.cameraThirdPerson() ) { |