Skip to content

Commit

Permalink
修复聊天监控点击不能激活面板的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Nov 12, 2014
1 parent d5c6752 commit e0dcd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatMonitor/src/MY_ChatMonitor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ _MY_ChatMonitor.Init = function()
:image('UI/Image/Minimap/Minimap2.UITex',8)
:click(function()
MY.OpenPanel()
MY.ActivePanel('ChatMonitor')
MY.SwitchTab('ChatMonitor')
_MY_ChatMonitor.uiFrame:fadeOut(500)
end)

Expand Down

0 comments on commit e0dcd0a

Please sign in to comment.