File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 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---- -------------------------------------------
99local _L = MY .LoadLangPack (MY .GetAddonInfo ().szRoot .. " Toolbox/lang/" )
1010local _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" )
You can’t perform that action at this time.
0 commit comments