textinput/peninputsplititut/src/peninputsplititutlayout.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 7 a47de9135b21
child 18 c8fb4cf7b3ae
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   394 // (other items were commented in a header)
   394 // (other items were commented in a header)
   395 // ---------------------------------------------------------------------------
   395 // ---------------------------------------------------------------------------
   396 //
   396 //
   397 void CSplitItutUiLayout::SetInputModeL(TInt aMode)
   397 void CSplitItutUiLayout::SetInputModeL(TInt aMode)
   398     {
   398     {
   399     // fix EJML-7HM6GM, e.g. both EStrokeFind and EStroke will be stored as EStroke
   399     // both EStrokeFind and EStroke will be stored as EStroke
   400     if (aMode != iDataMgr->InputMode() || 
   400     if (aMode != iDataMgr->InputMode() || 
   401         aMode == EStroke || aMode == EStrokeFind ||
   401         aMode == EStroke || aMode == EStrokeFind ||
   402         aMode == EZhuyin || aMode == EZhuyinFind ||
   402         aMode == EZhuyin || aMode == EZhuyinFind ||
   403         ( iDataMgr->IsNumericOnly() && iDataMgr->IsCharFlagChanged() ) )
   403         ( iDataMgr->IsNumericOnly() && iDataMgr->IsCharFlagChanged() ) )
   404         {
   404         {