from retail
This commit is contained in:
@@ -43,6 +43,8 @@ local default = {
|
||||
columnSpace = 1
|
||||
}
|
||||
|
||||
Private.regionPrototype.AddAlphaToDefault(default);
|
||||
|
||||
local controlPointFunctions = {
|
||||
["SetAnchorPoint"] = function(self, point, relativeFrame, relativePoint, offsetX, offsetY)
|
||||
self:ClearAllPoints();
|
||||
|
||||
@@ -22,6 +22,8 @@ local default = {
|
||||
scale = 1,
|
||||
};
|
||||
|
||||
Private.regionPrototype.AddAlphaToDefault(default);
|
||||
|
||||
-- Called when first creating a new region/display
|
||||
local function create(parent)
|
||||
-- Main region
|
||||
|
||||
Reference in New Issue
Block a user