Line endings...be normalized!
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
local gc = Var("GameCommand");
|
||||
|
||||
local t = Def.ActorFrame {};
|
||||
|
||||
t[#t+1] = LoadFont("Common Normal") .. {
|
||||
Text=gc:GetName();
|
||||
};
|
||||
|
||||
t.GainFocusCommand=cmd(visible,true);
|
||||
t.LoseFocusCommand=cmd(visible,false);
|
||||
local gc = Var("GameCommand");
|
||||
|
||||
local t = Def.ActorFrame {};
|
||||
|
||||
t[#t+1] = LoadFont("Common Normal") .. {
|
||||
Text=gc:GetName();
|
||||
};
|
||||
|
||||
t.GainFocusCommand=cmd(visible,true);
|
||||
t.LoseFocusCommand=cmd(visible,false);
|
||||
return t;
|
||||
Reference in New Issue
Block a user