diff -r 8df58d8c99e8 -r b3ffff030d5c commands/fed/src/textview.cpp --- a/commands/fed/src/textview.cpp Tue Oct 26 15:36:30 2010 +0100 +++ b/commands/fed/src/textview.cpp Thu Oct 28 16:54:54 2010 +0100 @@ -84,24 +84,26 @@ } void CTextView::ResizeL(const TWindow& aWindow) -{ + { iActive = ETrue; TWindow oldWindow = iWindow; StoreWindow(aWindow); + iLine.Zero(); + iLine.ReAllocL(iConsole.ScreenSize().iWidth); DoResizeL(oldWindow); -} + } void CTextView::RedrawL(const TWindow& aWindow) -{ + { iActive = ETrue; StoreWindow(aWindow); DoRedrawL(); -} + } void CTextView::DeactivateL() -{ + { iActive = EFalse; -} + } //MSharedCacheClient void CTextView::InvalidateBuffer(TRequestStatus& aStatus)