notes/notesui/notesviews/src/notesnoteview.cpp
changeset 77 b0711afde476
parent 58 ef813d54df51
--- 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 &)),