diff --git a/WeakAuras/RegionTypes/RegionPrototype.lua b/WeakAuras/RegionTypes/RegionPrototype.lua index ad8df3a..1b21cb2 100644 --- a/WeakAuras/RegionTypes/RegionPrototype.lua +++ b/WeakAuras/RegionTypes/RegionPrototype.lua @@ -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 diff --git a/WeakAurasOptions/BuffTrigger.lua b/WeakAurasOptions/BuffTrigger.lua index 7fc47fc..0148c16 100644 --- a/WeakAurasOptions/BuffTrigger.lua +++ b/WeakAurasOptions/BuffTrigger.lua @@ -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)