Update general layout of WeakAurasOptions (#8)
* from retail * (fix) improve pixel snapping by reapplying borders * update spinbox texture * add icons, loaded, standby, unloaded behavior from retail * further use of ported inputbox and cleanup to ported frames * move templates into WeakAuras and upversion
This commit is contained in:
@@ -837,6 +837,10 @@ local function modify(parent, region, data)
|
||||
if self.suspended > 0 then
|
||||
self.suspended = self.suspended - 1
|
||||
end
|
||||
region:RunDelayedActions()
|
||||
end
|
||||
|
||||
function region:RunDelayedActions()
|
||||
if not self:IsSuspended() then
|
||||
if self.needToReload then
|
||||
self:ReloadControlledChildren()
|
||||
|
||||
Reference in New Issue
Block a user