done in code
This commit is contained in:
@@ -83,11 +83,6 @@ function ActorFrame:propagatecommand(...)
|
|||||||
self:propagate(0);
|
self:propagate(0);
|
||||||
end
|
end
|
||||||
|
|
||||||
function ActorFrame:RunCommandsRecursively(func, ...)
|
|
||||||
func(self, ...);
|
|
||||||
self:RunCommandsOnChildren( func, ... );
|
|
||||||
end
|
|
||||||
|
|
||||||
local HorizNumPad = {
|
local HorizNumPad = {
|
||||||
"HorizAlign_Left",
|
"HorizAlign_Left",
|
||||||
"HorizAlign_Center",
|
"HorizAlign_Center",
|
||||||
|
|||||||
Reference in New Issue
Block a user