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:
SL1900
2026-07-21 12:30:00 +09:00
parent a12087abad
commit 8c4bd41668
1334 changed files with 873026 additions and 95164 deletions
+1 -4
View File
@@ -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