diff options
author | James Cook <james@lindenlab.com> | 2009-11-17 10:03:49 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-17 10:03:49 -0800 |
commit | 6253e2611d3ecf4ff5c778d0e53f34aed06f35da (patch) | |
tree | cd96eca8461fa5c0eac08b20c03e3c0039ff6bf6 /indra/llui/llbutton.cpp | |
parent | a2041387b1c39328aaf0d5037ca039a971a6d79c (diff) | |
parent | ddee62b833480afdf730737bea6c97437daca74e (diff) |
merge
Diffstat (limited to 'indra/llui/llbutton.cpp')
-rw-r--r-- | indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index bbaf908d2e..b65f248db2 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -146,7 +146,7 @@ LLButton::LLButton(const LLButton::Params& p) mHoverGlowStrength(p.hover_glow_amount), mCommitOnReturn(p.commit_on_return), mFadeWhenDisabled(FALSE), - mForcePressedState(FALSE), + mForcePressedState(false), mLastDrawCharsCount(0) { static LLUICachedControl<S32> llbutton_orig_h_pad ("UIButtonOrigHPad", 0); |