changeset 262:b2e401183d36 1.1 beta 6

Merge
author Flick
date Fri, 06 May 2011 15:49:42 -0700
parents 5694618cef7f (diff) ce583f4c0d33 (current diff)
children e0071c480445
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = {