# HG changeset patch # User Flick # Date 1304722182 25200 # Node ID b2e401183d36cd1283df64eef68a92a9ce08cc46 # Parent 5694618cef7f586c500116077ae07ce2bc9b5197# Parent ce583f4c0d331c79e4152481bae954a8a6eea4b0 Merge diff -r ce583f4c0d33 -r b2e401183d36 Editor.lua --- a/Editor.lua Fri May 06 15:28:29 2011 -0700 +++ b/Editor.lua Fri May 06 15:49:42 2011 -0700 @@ -260,7 +260,7 @@ name = L["Activate on Down"], desc = L["Activate the button when the key or mouse button is pressed down instead of when it is released"], order = 3, - set = function(info, value) bar:GetConfig().clickDown = value end, + set = function(info, value) bar:GetConfig().clickDown = value; ReAction:RebuildAll() end, get = function() return bar:GetConfig().clickDown end, }, anchor = {