messagingappbase/msgeditor/viewsrc/MsgExpandableControlEditor.cpp
branchRCL_3
changeset 19 7e4e4bcc75b6
parent 0 72b543305e3a
child 24 696bfeff199e
equal deleted inserted replaced
18:fbb813aef148 19:7e4e4bcc75b6
  1272 // CMsgExpandableControlEditor::SetTextSkinColorIdL
  1272 // CMsgExpandableControlEditor::SetTextSkinColorIdL
  1273 // ---------------------------------------------------------
  1273 // ---------------------------------------------------------
  1274 //
  1274 //
  1275 void CMsgExpandableControlEditor::SetTextSkinColorIdL()
  1275 void CMsgExpandableControlEditor::SetTextSkinColorIdL()
  1276     {
  1276     {
  1277     TAknsQsnTextColorsIndex colorId = EAknsCIQsnTextColorsCG6;
  1277     CEikEdwin::SetTextSkinColorIdL( EAknsCIQsnTextColorsCG6 );
  1278     if ( !IsReadOnly() && IsFocused() )
       
  1279         {
       
  1280         colorId = EAknsCIQsnTextColorsCG8;
       
  1281         }
       
  1282         
       
  1283     CEikEdwin::SetTextSkinColorIdL( colorId );
       
  1284     }
  1278     }
  1285 
  1279 
  1286 // ---------------------------------------------------------
  1280 // ---------------------------------------------------------
  1287 // CMsgExpandableControlEditor::IsCursorVisibleL
  1281 // CMsgExpandableControlEditor::IsCursorVisibleL
  1288 // ---------------------------------------------------------
  1282 // ---------------------------------------------------------