5.19.6
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
if not WeakAuras.IsLibsOK() then return end
|
||||
|
||||
local AddonName, Private = ...
|
||||
local AddonName = ...
|
||||
local Private = select(2, ...)
|
||||
|
||||
local L = WeakAuras.L
|
||||
|
||||
@@ -30,7 +31,9 @@ local function create(parent)
|
||||
region:SetResizable(true)
|
||||
region:SetMinResize(1, 1)
|
||||
|
||||
region.Update = function() end
|
||||
region.Update = function()
|
||||
region:UpdateProgress()
|
||||
end
|
||||
|
||||
Private.regionPrototype.create(region)
|
||||
return region
|
||||
|
||||
Reference in New Issue
Block a user