mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-01 07:42:40 -06:00
RichText: Fixed GetPlainText(nocr) issue in tables
git-svn-id: svn://ultimatepp.org/upp/trunk@6536 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
249fb140ad
commit
30fc2ae681
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ WString RichTxt::GetPlainText(bool withcr) const {
|
|||
clip.Cat('\r');
|
||||
clip.Cat('\n');
|
||||
}
|
||||
clip << tab[i][j].text.GetPlainText();
|
||||
clip << tab[i][j].text.GetPlainText(withcr);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue