Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
This commit is contained in:
@@ -6,10 +6,6 @@ t[#t+1] = LoadFont("Common Normal") .. {
|
||||
Text=gc:GetName();
|
||||
};
|
||||
|
||||
t.GainFocusCommand=function(self)
|
||||
self:visible(true);
|
||||
end;
|
||||
t.LoseFocusCommand=function(self)
|
||||
self:visible(false);
|
||||
end;
|
||||
t.GainFocusCommand=cmd(visible,true);
|
||||
t.LoseFocusCommand=cmd(visible,false);
|
||||
return t;
|
||||
Reference in New Issue
Block a user