small changes

This commit is contained in:
Bunny67
2021-03-08 23:24:06 +03:00
parent 819927fab5
commit 201b1adfcc
2 changed files with 1 additions and 3 deletions
@@ -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