# HG changeset patch # User Flick # Date 1304722142 25200 # Node ID 5694618cef7f586c500116077ae07ce2bc9b5197 # Parent c918ff9ac7877741dd7a4efe3d0b391e36afda60 Make Activate On Down apply immediately rather than on next load diff -r c918ff9ac787 -r 5694618cef7f Editor.lua --- a/Editor.lua Mon Apr 25 11:43:42 2011 -0700 +++ b/Editor.lua Fri May 06 15:49:02 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 = {