Mercurial > wow > devian
changeset 26:b0e8bd30575f v1.4.3
front channel persistence fixes
author | Nenue |
---|---|
date | Thu, 24 Dec 2015 02:59:53 -0500 |
parents | 3113fcacaa3e |
children | 6d1528a55514 |
files | Devian.lua |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Devian.lua Wed Dec 23 17:11:39 2015 -0500 +++ b/Devian.lua Thu Dec 24 02:59:53 2015 -0500 @@ -217,6 +217,9 @@ for _, c in ipairs(search) do if db.toggle then c:Show() + if db.current_channel == c.index then + c:ToFront() + end else c.enabled = nil c.minimized = nil @@ -508,7 +511,7 @@ self.IDsig[i] = t_info.signature if i == db.current_channel then channel:ToFront() - end + end return channel end