diff -r 1881ad52dc45 -r a5ed90760192 notes/notesui/notesviews/src/notesnoteview.cpp --- a/notes/notesui/notesviews/src/notesnoteview.cpp Tue Aug 31 18:15:13 2010 +0530 +++ b/notes/notesui/notesviews/src/notesnoteview.cpp Mon Sep 06 10:12:45 2010 +0530 @@ -115,6 +115,7 @@ // Update the list view model. mListView->setModel(subModel); + mListView->setItemPixmapCacheEnabled(true); // Setup the operations that can be done with a list view. connect( mListView, SIGNAL(released(const QModelIndex &)),