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
|
||||
|
||||
Reference in New Issue
Block a user