Update on the framework
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 362
|
||||
local dversion = 363
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ local doublePoint = {
|
||||
DF.SetPointMixin = {
|
||||
SetPoint = function(object, anchorName1, anchorObject, anchorName2, xOffset, yOffset)
|
||||
if (doublePoint[anchorName1]) then
|
||||
object:SetAllPoints()
|
||||
object:ClearAllPoints()
|
||||
local anchorTo
|
||||
if (anchorObject) then
|
||||
xOffset, yOffset = anchorName2 or 0, xOffset or 0
|
||||
|
||||
Reference in New Issue
Block a user