- fixed text truncated.

This commit is contained in:
Tercio
2015-04-07 17:18:56 -03:00
parent 22b16a401f
commit 667f47ad2f
2 changed files with 9 additions and 3 deletions
+3 -3
View File
File diff suppressed because one or more lines are too long
+6
View File
@@ -1865,6 +1865,12 @@ local barra_scripts_onmousedown = function (self, button)
return
end
local lefttext = self.texto_esquerdo
if (lefttext.untruncated) then
lefttext.untruncated = nil
_detalhes.left_anti_truncate:Hide()
end
if (button == "RightButton") then
return _detalhes.switch:ShowMe (self._instance)