emailuis/emailui/src/ncssubjectfield.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 10 f5907b1a1053
child 13 8592a65ad3fb
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
   386     */
   386     */
   387 
   387 
   388     TInt ret( EFalse );
   388     TInt ret( EFalse );
   389     TInt htLine = iTextEditor->GetLineHeightL();
   389     TInt htLine = iTextEditor->GetLineHeightL();
   390     TInt numLinesDesired = aDesirableEdwinSize.iHeight / htLine;
   390     TInt numLinesDesired = aDesirableEdwinSize.iHeight / htLine;
   391     CEikScrollBarFrame& scrollBarFrame( *iTextEditor->CreateScrollBarFrameL() );
   391     // commented because of EGWG-83ECSR, no negative feedback after removing
       
   392     //CEikScrollBarFrame& scrollBarFrame( *iTextEditor->CreateScrollBarFrameL() );
   392     iEditorLineCount = numLinesDesired;
   393     iEditorLineCount = numLinesDesired;
   393     scrollBarFrame.SetScrollBarVisibilityL( CEikScrollBarFrame::EOff, CEikScrollBarFrame::EOff );
   394     //scrollBarFrame.SetScrollBarVisibilityL( CEikScrollBarFrame::EOff, CEikScrollBarFrame::EOff );
   394     if ( iSizeObserver )
   395     if ( iSizeObserver )
   395         {
   396         {
   396         ret = iSizeObserver->UpdateFieldSizeL();
   397         ret = iSizeObserver->UpdateFieldSizeL();
   397         }
   398         }
   398     return ret;
   399     return ret;