textinput/peninputfingerhwr/src/peninputfingerhwrlayout.cpp
branchRCL_3
changeset 12 5e18d8c489d6
parent 3 f5a1e66df979
child 13 1bbdde98cc2d
--- a/textinput/peninputfingerhwr/src/peninputfingerhwrlayout.cpp	Tue May 11 16:31:42 2010 +0300
+++ b/textinput/peninputfingerhwr/src/peninputfingerhwrlayout.cpp	Tue May 25 13:03:44 2010 +0300
@@ -1035,13 +1035,6 @@
         
         // The default candidate cell is not highlight
         iDataStore->SetHighlight(EFalse);
-              
-        iHwrWnd->UpdateLayout(EFalse);
-        
-        // Show two empty dropdown list       
-        iHwrWnd->CandidateList()->ResetAndClear();
-        iHwrWnd->PredictiveList()->ResetAndClear();
-        
 #else
         if(iDataStore->PrimaryRange() == ERangeEnglish)
             {
@@ -1052,18 +1045,6 @@
         
         // The default candidate cell is not highlight
         iDataStore->SetHighlight(EFalse);      
-        iHwrWnd->UpdateLayout(EFalse);
-        
-        // Show empty upper row in Native range
-        // Show fix English Symbol in English range
-        if(iDataStore->PrimaryRange() != ERangeEnglish)
-            {
-            iHwrWnd->CandidateList()->ResetAndClear();
-            }
-            
-        // Show empty lower row
-        iHwrWnd->PredictiveList()->ResetAndClear();
-        
 #endif
         }