beta
This commit is contained in:
@@ -78,7 +78,11 @@ end
|
||||
|
||||
-- Modify a given region/display
|
||||
local function modify(parent, region, data)
|
||||
data.selfPoint = "BOTTOMLEFT";
|
||||
if data.information.groupOffset then
|
||||
data.selfPoint = "BOTTOMLEFT";
|
||||
else
|
||||
data.selfPoint = "CENTER";
|
||||
end
|
||||
WeakAuras.regionPrototype.modify(parent, region, data);
|
||||
-- Localize
|
||||
local border = region.border;
|
||||
|
||||
Reference in New Issue
Block a user