small changes
This commit is contained in:
@@ -794,7 +794,6 @@ function WeakAuras.regionPrototype.AddExpandFunction(data, region, cloneId, pare
|
||||
|
||||
region.subRegionEvents:Notify("PreShow")
|
||||
|
||||
region.justCreated = nil;
|
||||
Private.ApplyFrameLevel(region)
|
||||
region:Show();
|
||||
Private.PerformActions(data, "start", region);
|
||||
@@ -842,7 +841,6 @@ function WeakAuras.regionPrototype.AddExpandFunction(data, region, cloneId, pare
|
||||
end
|
||||
region.toShow = true;
|
||||
|
||||
region.justCreated = nil;
|
||||
if(region.PreShow) then
|
||||
region:PreShow();
|
||||
end
|
||||
|
||||
@@ -883,7 +883,7 @@ local function GetBuffTriggerOptions(data, triggernum)
|
||||
|
||||
};
|
||||
|
||||
OptionsPrivate.commonOptions.AddCommonTriggerOptions(aura_options, data, triggernum)
|
||||
OptionsPrivate.commonOptions.AddCommonTriggerOptions(aura_options, data, triggernum, true)
|
||||
OptionsPrivate.commonOptions.AddTriggerGetterSetter(aura_options, data, triggernum)
|
||||
OptionsPrivate.AddTriggerMetaFunctions(aura_options, data, triggernum)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user