From 368d37ab3dbfab58431481ba58c35d906821c2f7 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 20 Jan 2009 13:21:33 +0100 Subject: [PATCH] Added default value of "clickthrough = false" to all bars --- Bar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Bar.lua b/Bar.lua index c358650..c56737f 100644 --- a/Bar.lua +++ b/Bar.lua @@ -20,6 +20,7 @@ local defaults = { possess = true, stance = {}, }, + clickthrough = false, } local Sticky = LibStub("LibSimpleSticky-1.0")