messagingappbase/msgeditor/viewsrc/MsgEditorView.cpp
branchRCL_3
changeset 18 fbb813aef148
parent 0 72b543305e3a
child 22 1367103c24e2
--- a/messagingappbase/msgeditor/viewsrc/MsgEditorView.cpp	Tue Apr 27 16:33:37 2010 +0300
+++ b/messagingappbase/msgeditor/viewsrc/MsgEditorView.cpp	Tue May 11 16:10:04 2010 +0300
@@ -2248,7 +2248,7 @@
 
     if ( lineRect.Height() )
         {
-        if ( lineRect.iBr.iY > iViewRect.Height() )
+		if (lineRect.Height() >= iViewRect.Height())
             {
             // the view must be scrolled up.
             delta = iViewRect.Height() - lineRect.iBr.iY;