Patch level : 12.0 1254
Files correlati : ve1.exe Commento: la stampa docmenti tagliava spazi nelle descrizioni lunghe
This commit is contained in:
parent
0630d48ddf
commit
4c87758908
@ -2647,6 +2647,7 @@ long TReport_book::print_section(char type, int level)
|
||||
{
|
||||
long h = -3; // Hidden
|
||||
TReport_section* rs = _report->find_section(type, level);
|
||||
|
||||
if (rs != NULL)
|
||||
h = print_section(*rs);
|
||||
return h;
|
||||
|
@ -2180,7 +2180,7 @@ void TParagraph_string::tokenize()
|
||||
const TString& tok = sub(start, add_now);
|
||||
tmp.add(tok);
|
||||
tmp.rtrim(); // Preserva gli spazi iniziali dopo un a capo forzato da \n
|
||||
start = add_now + (_str[add_now] <= ' ');
|
||||
start = add_now + (_str[add_now] < ' ');
|
||||
last_space = start;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user