emailuis/nmailuiwidgets/src/nmhtmllineedit.cpp
changeset 76 38bf5461e270
parent 74 6c59112cfd31
--- a/emailuis/nmailuiwidgets/src/nmhtmllineedit.cpp	Thu Sep 30 11:43:07 2010 +0300
+++ b/emailuis/nmailuiwidgets/src/nmhtmllineedit.cpp	Thu Oct 14 17:33:43 2010 +0300
@@ -178,3 +178,12 @@
     cursor.mergeBlockFormat(format);
 }
 
+/*!
+    Indention for the first row of the edit field must be set again when
+    pasting text into field.
+ */
+void NmHtmlLineEdit::paste()
+{
+    HbAbstractEdit::paste();
+    setIndentForLabel(mIndent);
+}