Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 2a99859

Browse files
committed
update .toc and libs
1 parent ef37c05 commit 2a99859

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Libs/AceGUI-3.0/AceGUI-3.0.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
-- f:AddChild(btn)
2525
-- @class file
2626
-- @name AceGUI-3.0
27-
-- @release $Id: AceGUI-3.0.lua 1221 2019-07-20 18:23:00Z nevcairiel $
28-
local ACEGUI_MAJOR, ACEGUI_MINOR = "AceGUI-3.0", 39
27+
-- @release $Id: AceGUI-3.0.lua 1228 2019-09-06 08:51:17Z nevcairiel $
28+
local ACEGUI_MAJOR, ACEGUI_MINOR = "AceGUI-3.0", 40
2929
local AceGUI, oldminor = LibStub:NewLibrary(ACEGUI_MAJOR, ACEGUI_MINOR)
3030

3131
if not AceGUI then return end -- No upgrade needed
@@ -176,6 +176,8 @@ end
176176
-- If this widget is a Container-Widget, all of its Child-Widgets will be releases as well.
177177
-- @param widget The widget to release
178178
function AceGUI:Release(widget)
179+
if widget.isQueuedForRelease then return end
180+
widget.isQueuedForRelease = true
179181
safecall(widget.PauseLayout, widget)
180182
widget.frame:Hide()
181183
widget:Fire("OnRelease")
@@ -206,6 +208,7 @@ function AceGUI:Release(widget)
206208
widget.content.width = nil
207209
widget.content.height = nil
208210
end
211+
widget.isQueuedForRelease = nil
209212
delWidget(widget, widget.type)
210213
end
211214

Neuron.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 80205
1+
## Interface: 80300
22
## Title: Neuron
33
## Notes: A macro-based action bar and object manager add-on
44
## Author: Britt Yazel (aka Soyier) and Connor Chenoweth (aka Maul)

0 commit comments

Comments
 (0)