- Fixed bookmark for segments (shift+right click).

- Fixed an issue with Chat Tab Embed when embeding only one window.
This commit is contained in:
Tercio
2015-11-14 17:54:51 -02:00
parent 3ca239e03f
commit 83e9749c3f
5 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ function _detalhes.switch:ShowMe (instancia)
if (not _detalhes.switch.segments_blocks) then
local segment_switch = function (segment, _, _, button)
local segment_switch = function (self, button, segment)
if (button == "LeftButton") then
_detalhes.switch.current_instancia:TrocaTabela (segment)
_detalhes.switch.CloseMe()