notes/notesui/notesviews/src/notesnoteview.cpp
changeset 70 a5ed90760192
parent 55 2c54b51f39c4
--- 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 &)),