diff options
author | Richard Linden <none@none> | 2011-09-08 15:07:11 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-08 15:07:11 -0700 |
commit | 24db50a37f9721e42824685faed3a72e7383d7d1 (patch) | |
tree | 5130fb95a713e7aaa0eee0547d7f9aa343fdb1f1 /indra/llui | |
parent | 1c7b1532e994f8c4d1c69e419e34f07c1a9ee918 (diff) |
fix for held down delay not parsing from xui
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llbutton.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index a12235c16f..2459429f6e 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -101,7 +101,8 @@ LLButton::Params::Params() commit_on_return("commit_on_return", true), use_draw_context_alpha("use_draw_context_alpha", true), badge("badge"), - handle_right_mouse("handle_right_mouse") + handle_right_mouse("handle_right_mouse"), + held_down_delay("held_down_delay") { addSynonym(is_toggle, "toggle"); changeDefault(initial_value, LLSD(false)); |