GEMExternalClassDropDown_OnShow(); GEMExternalClassDropDown_OnShow();
GEMExternalFrame_Guild:SetFocus();
GEMExternalFrame_Level:SetFocus();
if(GEMExternalFrame_Comment:IsVisible()) then
GEMExternalFrame_Comment:SetFocus();
end
this:SetBackdropColor(1,1,1,0)
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end
if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
this:StartMoving();
this.isMoving = true;
end
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end
GEMExternal_OnShow();