Revision: 6877
Author: nogu.dev
Date: Wed Dec 29 23:25:08 2010
Log: * Merge r6875, r6876 from trunk.
http://code.google.com/p/uim/source/detail?r=6877

Modified:
 /branches/1.6/qt4/immodule/candidatewindow.cpp

=======================================
--- /branches/1.6/qt4/immodule/candidatewindow.cpp      Wed Dec 29 21:42:37 2010
+++ /branches/1.6/qt4/immodule/candidatewindow.cpp      Wed Dec 29 23:25:08 2010
@@ -100,7 +100,9 @@

 void CandidateWindow::updateView( int newpage, int ncandidates )
 {
-    cList->clearSelection();
+    cList->clearContents();
+    annotations.clear();
+
     cList->setRowCount( ncandidates );
     for ( int i = 0; i < ncandidates ; i++ )
     {

Reply via email to