HA_Config_SetNewSliderValue(this);
HA_Config_SetNewCheckState(this);
HA_Config_SetNewCheckState(this);
HA_Config_SetNewCheckState(this);
HA_DropDown_OnLoad();
getglobal("HAConfFrameBack").submenu = this:GetName();
HAConfFrameBack:Show();
HA_Config_General_OnShow();
getglobal("HAConfFrameBack").submenu = this:GetName();
HAConfFrameBack:Show();
HA_Config_Healers_OnShow();
getglobal("HAConfFrameBack").submenu = this:GetName();
HAConfFrameBack:Show();
HA_Config_Emergency_OnShow();
FauxScrollFrame_OnVerticalScroll(10, HA_Config_Plugins_UpdateList);
getglobal("HAConfFrameBack").submenu = this:GetName();
HAConfFrameBack:Show();
HA_Config_Plugins_OnShow();
HA_Config_OnLoad();
HAConfFrameMainMenuFrame:Show();
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
local submenu = getglobal("HAConfFrameBack").submenu;
if(submenu)
then
getglobal(submenu):Hide();
getglobal("HAConfFrameBack"):Hide();
getglobal("HAConfFrameBack").submenu=nil;
end
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end