Revision: 6874
Author: nogu.dev
Date: Wed Dec 29 21:42:37 2010
Log: * Merge r6873 from trunk
http://code.google.com/p/uim/source/detail?r=6874
Modified:
/branches/1.6/qt4/immodule/candidatewindow.cpp
=======================================
--- /branches/1.6/qt4/immodule/candidatewindow.cpp Sun Jun 27 02:38:55 2010
+++ /branches/1.6/qt4/immodule/candidatewindow.cpp Wed Dec 29 21:42:37 2010
@@ -100,6 +100,7 @@
void CandidateWindow::updateView( int newpage, int ncandidates )
{
+ cList->clearSelection();
cList->setRowCount( ncandidates );
for ( int i = 0; i < ncandidates ; i++ )
{