Corretta tokenize delle Paragraph_string
git-svn-id: svn://10.65.10.50/trunk@5112 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
80329ce260
commit
e034826879
@ -1490,10 +1490,12 @@ void TParagraph_string::tokenize()
|
||||
stmp << swork.trim();
|
||||
stmp << "|";
|
||||
last_space = num_chars = 0;
|
||||
start = start - (_width - num_of_chars_in_row); // riporta indietro (toglie il numero di caratteri effettivi della riga)
|
||||
// start = start - (_width - num_of_chars_in_row); // riporta indietro (toglie il numero di caratteri effettivi della riga)
|
||||
start = last_start + num_of_chars_in_row;
|
||||
last_start = start;
|
||||
}
|
||||
start++;
|
||||
else
|
||||
start++;
|
||||
}
|
||||
swork=sstr.mid(last_start,l-last_start);
|
||||
swork.trim();
|
||||
|
Loading…
x
Reference in New Issue
Block a user