changeset 2 | 5253a20d2a1e |
parent 1 | 12c456ceeff2 |
child 13 | 0396474f30f5 |
--- a/emailuis/emailui/src/ncseditor.cpp Thu Jan 07 12:38:38 2010 +0200 +++ b/emailuis/emailui/src/ncseditor.cpp Mon Jan 18 20:08:26 2010 +0200 @@ -660,8 +660,8 @@ void CNcsEditor::FormatAllTextNowL() { - NotifyNewFormatL(); - iTextView->FinishBackgroundFormattingL(); + iLayout->SetAmountToFormat(CTextLayout::EFFormatAllText); + iTextView->FormatTextL(); } //</cmail>