Update - 1.13.0.124
EN: 1.13.0.124 CN: 1.13.0.124 JP: 1.13.0.128 KR: 1.13.0.130
This commit is contained in:
@@ -742,10 +742,7 @@ function Avg_4_TalkCtrl:_ResetWaitingPos()
|
||||
local sEndLineContent = tbSplit[nLen]
|
||||
NovaAPI.SetText_RubyTMP(self._mapNode.rubyTmp_FS_EndLine, sEndLineContent)
|
||||
LayoutRebuilder.ForceRebuildLayoutImmediate(self._mapNode.rtEndLine)
|
||||
nX = self._mapNode.rtEndLine.rect.width
|
||||
if nSVFS_Width < nX then
|
||||
nX = nX % nSVFS_Width
|
||||
end
|
||||
nX = NovaAPI.AvgCalcTMPLastWordPos(self._mapNode.rubyTmp_FS_EndLine)
|
||||
if string.find(sEndLineContent, "<align=\"right\">") ~= nil then
|
||||
nX = nSVFS_Width
|
||||
elseif string.find(sEndLineContent, "<align=\"center\">") ~= nil then
|
||||
|
||||
Reference in New Issue
Block a user