diff -r a5a1242fd2e8 -r b0711afde476 notes/notesui/notesviews/src/notesnoteview.cpp --- a/notes/notesui/notesviews/src/notesnoteview.cpp Thu Sep 02 20:25:23 2010 +0300 +++ b/notes/notesui/notesviews/src/notesnoteview.cpp Fri Sep 17 08:29:05 2010 +0300 @@ -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 &)),