uifw/AvKon/src/AknForm.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 10 9f56a4e1b8ab
child 56 d48ab3b357f1
--- a/uifw/AvKon/src/AknForm.cpp	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/src/AknForm.cpp	Tue Aug 31 15:28:30 2010 +0300
@@ -231,18 +231,9 @@
 			else
 				{
 				if ( mayExitEditMode )
-                    {
-                    SetEditableL( EFalse ); // go out of edit mode of Form
-                    CEikCaptionedControl* line = Line( IdOfFocusControl() );
-                    if ( line )
-                        {
-                        line->SetEditableL( EFalse );
-                        line->SetCurrent( EFalse );
-                        line->DrawDeferred(); // otherwise will be partly redrawn
-                        }
-                    }
+					SetEditableL(EFalse); // go out of edit mode of Form 
 				return EFalse; // remain in form ( but in view mode if save was OK).
-                }
+			}
 
 			} // end of if (IsEditable())