mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
More Size_ fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@418 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b2a51600af
commit
ac817c19bc
4 changed files with 431 additions and 56 deletions
|
|
@ -198,7 +198,7 @@ void QTFEncodePara(String& qtf, const RichPara& p, const RichPara::Format& style
|
|||
const RichPara::Part& part = p.part[i];
|
||||
String cf;
|
||||
LngFmt(cf, part.format.language, lang);
|
||||
CharFmt(cf, p.format, part.format);
|
||||
CharFmt(cf, style, part.format);
|
||||
if(!cf.IsEmpty()) {
|
||||
qtf << '[' << cf << ' ';
|
||||
d += cf.GetLength();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue