From d7460d0376100771e6ea8868a8b6954ed7977f56 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 26 Sep 2022 10:51:11 -0300 Subject: [PATCH] Update on the framework --- Libs/DF/fw.lua | 2 +- Libs/DF/mixins.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index fe9f89ea..141ab084 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 362 +local dversion = 363 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) diff --git a/Libs/DF/mixins.lua b/Libs/DF/mixins.lua index 9589119d..1aa6aa40 100644 --- a/Libs/DF/mixins.lua +++ b/Libs/DF/mixins.lua @@ -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