From 7eed1b67f0bee8f264488a77198f3ad08fd5bd7c Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Sun, 3 Jul 2011 22:52:42 +0000 Subject: [PATCH] Update borders module for qtip changes. --- Modules/Border/Border.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/Border/Border.lua b/Modules/Border/Border.lua index 059f82f..2c6f830 100644 --- a/Modules/Border/Border.lua +++ b/Modules/Border/Border.lua @@ -6,7 +6,6 @@ local L = StarTip.L local WidgetColor = LibStub("LibScriptableWidgetColor-1.0") local LibCore = LibStub("LibScriptableLCDCore-1.0") local _G = _G -local GameTooltip = _G.GameTooltip local StarTip = _G.StarTip local UIParent = _G.UIParent local environment = {} @@ -76,7 +75,7 @@ local function copy(tbl) end local function draw(widget) - GameTooltip:SetBackdropBorderColor(widget.r or 1, widget.g or 1, widget.b or 1, widget.a or 1) + _G["StarTipQTipMain"]:SetBackdropBorderColor(widget.r or 1, widget.g or 1, widget.b or 1, widget.a or 1) end function mod:CreateBorders() -- 1.7.9.5