Skip to content

Commit 741dddb

Browse files
committed
长歌影子数字不消失的问题
1 parent 57ec07b commit 741dddb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Toolbox/src/MY_Toolbox.lua

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
-- @Author: 茗伊 @ 双梦镇 @ 荻花宫
44
-- @Date : 2014-05-10 08:40:30
55
-- @Email : admin@derzh.com
6-
-- @Last Modified by: 翟一鸣 @tinymins
7-
-- @Last Modified time: 2015-06-23 22:30:28
6+
-- @Last modified by: tinymins
7+
-- @Last modified time: 2016-05-08 16:02:30
88
-----------------------------------------------
99
local _L = MY.LoadLangPack(MY.GetAddonInfo().szRoot.."Toolbox/lang/")
1010
local _C = {}
@@ -263,6 +263,15 @@ MY_ToolBox.ApplyConfig = function()
263263
MY.BreatheCall("CHANGGE_SHADOW", 500, function()
264264
local frame = Station.Lookup("Lowest1/ChangGeShadow")
265265
if not frame then
266+
if nCount and nCount > 0 then
267+
for i = 0, nCount - 1 do
268+
sha = hShaList:Lookup(i)
269+
if sha then
270+
sha:Hide()
271+
end
272+
end
273+
nCount = 0
274+
end
266275
return
267276
end
268277
hList = frame:Lookup("Wnd_Bar", "Handle_Skill")

0 commit comments

Comments
 (0)