fix RefreshOnUpdate

This commit is contained in:
Crum
2017-12-16 16:06:11 -06:00
parent e9b907b7f5
commit 51cbd29d5e
@@ -1698,7 +1698,7 @@ end
local old_CloseSpecialWindows local old_CloseSpecialWindows
local function RefreshOnUpdate(this) local function RefreshOnUpdate()
for appName in pairs(this.closing) do for appName in pairs(this.closing) do
if AceConfigDialog.OpenFrames[appName] then if AceConfigDialog.OpenFrames[appName] then
AceConfigDialog.OpenFrames[appName]:Hide() AceConfigDialog.OpenFrames[appName]:Hide()