# HG changeset patch
# User Tercio
# Date 1491313006 10800
# Node ID 2bbf129690b05e20a2890312e264738c6a9e8a0b
# Parent 7f9a7d2000ea90374ddcde3395349ef8ea8b94b7
- framework update.
diff -r 7f9a7d2000ea -r 2bbf129690b0 Libs/DF/cooltip.lua
--- a/Libs/DF/cooltip.lua Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/cooltip.lua Tue Apr 04 10:36:46 2017 -0300
@@ -901,7 +901,7 @@
function CoolTip:RefreshSpark (menuButton)
menuButton.spark:ClearAllPoints()
- menuButton.spark:SetPoint ("LEFT", menuButton.statusbar, "LEFT", (menuButton.statusbar:GetValue() * (menuButton.statusbar:GetWidth() / 100)) - 3, 0)
+ menuButton.spark:SetPoint ("LEFT", menuButton.statusbar, "LEFT", (menuButton.statusbar:GetValue() * (menuButton.statusbar:GetWidth() / 100)) - 5, 0)
menuButton.spark2:ClearAllPoints()
menuButton.spark2:SetPoint ("left", menuButton.statusbar, "left", menuButton.statusbar:GetValue() * (menuButton.statusbar:GetWidth()/100) - 16, 0)
end
diff -r 7f9a7d2000ea -r 2bbf129690b0 Libs/DF/cooltip.xml
--- a/Libs/DF/cooltip.xml Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/cooltip.xml Tue Apr 04 10:36:46 2017 -0300
@@ -173,12 +173,12 @@
-
+
-
+
-
+
diff -r 7f9a7d2000ea -r 2bbf129690b0 Libs/DF/fw.lua
--- a/Libs/DF/fw.lua Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/fw.lua Tue Apr 04 10:36:46 2017 -0300
@@ -1,5 +1,5 @@
-local dversion = 48
+local dversion = 49
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
diff -r 7f9a7d2000ea -r 2bbf129690b0 Libs/DF/panel.lua
--- a/Libs/DF/panel.lua Tue Mar 28 19:59:18 2017 -0300
+++ b/Libs/DF/panel.lua Tue Apr 04 10:36:46 2017 -0300
@@ -3103,7 +3103,7 @@
function DF:CreateGFrame (parent, w, h, linewidth, onenter, onleave, member, name)
local f = CreateFrame ("frame", name, parent)
f:SetSize (w or 450, h or 150)
- f.CustomLine = [[Interface\AddOns\Details\Libs\LibGraph-2.0\line]]
+ --f.CustomLine = [[Interface\AddOns\Details\Libs\LibGraph-2.0\line]]
if (member) then
parent [member] = f