From 6f4b2df8c172f67270e6e82669ffe0b5a740028c Mon Sep 17 00:00:00 2001 From: Ackis Date: Tue, 18 Nov 2008 23:15:51 +0000 Subject: [PATCH] Make it so the second tooltip's scale is changed when you move the slider. --- ARLConfig.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ARLConfig.lua b/ARLConfig.lua index d1ffbf8..c5dbe73 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -1092,6 +1092,7 @@ local function fullOptions() set = function( info, v ) addon.db.profile.tooltipscale = v if ( arlTooltip ) then arlTooltip:SetScale( v ) end + if ( arlTooltip2 ) then arlTooltip:SetScale( v ) end end, }, spacer2 = { -- 1.7.9.5