Skip to content
Snippets Groups Projects
Commit 24db50a3 authored by Richard Linden's avatar Richard Linden
Browse files

fix for held down delay not parsing from xui

parent 1c7b1532
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment